diff --git a/nix/module.nix b/nix/module.nix index 521cc77..d6dcce6 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -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 {};