Nix: fix module
This commit is contained in:
parent
7313ec9b8c
commit
1e44c8031c
|
@ -12,7 +12,7 @@ let
|
|||
cfgFile = format.generate cfgFilename cfg.settings;
|
||||
|
||||
inherit (lib) types;
|
||||
inherit (lib.modules) mkIf;
|
||||
inherit (lib.modules) mkIf mkForce;
|
||||
inherit (lib.options) mkOption mkEnableOption;
|
||||
|
||||
format = pkgs.formats.ini {};
|
||||
|
|
Loading…
Reference in New Issue