+1
-1
module.nix
+1
-1
module.nix
···
97
97
};
98
98
99
99
frontend = {
100
-
enable = lib.mkEnabeOption "serving the frontend from the backend. Disable to server the frontend manually"
100
+
enabled = lib.mkEnabeOption "serving the frontend from the backend. Disable to server the frontend manually"
101
101
// { default = true; };
102
102
103
103
dir = mkOption {
History
5 rounds
7 comments
expand 0 comments
pull request successfully merged
expand 4 comments
expand 0 comments
expand 2 comments
im just thinking whats the point of the separate frontend options when we now have similar options under settings?
oh true. can probably just slap them together under settings.frontend. enable still being enable but dir being what is now package?
still looks great :D