mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-12-15 05:21:09 +01:00
fixup svd: remove cfg.configFile
This commit is contained in:
parent
3a02d09756
commit
88b5731333
1 changed files with 1 additions and 6 deletions
|
|
@ -155,17 +155,12 @@ in {
|
||||||
type = types.attrsOf programType;
|
type = types.attrsOf programType;
|
||||||
default = {};
|
default = {};
|
||||||
};
|
};
|
||||||
configFile = lib.mkOption {
|
|
||||||
type = types.package;
|
|
||||||
internal = true;
|
|
||||||
default = configFile;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
environment.etc."supervisord.conf" = {
|
environment.etc."supervisord.conf" = {
|
||||||
source = cfg.configFile;
|
source = configFile;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.packages = [ supervisorctl ];
|
environment.packages = [ supervisorctl ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue