Skip to content

Commit 1e44c80

Browse files
committedJun 4, 2024·
Nix: fix module
1 parent 7313ec9 commit 1e44c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nix/module.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let
1212
cfgFile = format.generate cfgFilename cfg.settings;
1313

1414
inherit (lib) types;
15-
inherit (lib.modules) mkIf;
15+
inherit (lib.modules) mkIf mkForce;
1616
inherit (lib.options) mkOption mkEnableOption;
1717

1818
format = pkgs.formats.ini {};

0 commit comments

Comments
 (0)
Please sign in to comment.