Skip to content

Commit

Permalink
Nix: fix module
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeyg56 committed Jun 4, 2024
1 parent 7313ec9 commit 1e44c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {};
Expand Down

0 comments on commit 1e44c80

Please sign in to comment.