Nix: fix module

This commit is contained in:
shadeyg56 2024-06-04 08:11:33 -05:00
parent 7313ec9b8c
commit 1e44c8031c
1 changed files with 1 additions and 1 deletions

View File

@ -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 {};