mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-23 21:55:09 +02:00
Nix: fix module
This commit is contained in:
parent
7313ec9b8c
commit
1e44c8031c
@ -12,7 +12,7 @@ let
|
|||||||
cfgFile = format.generate cfgFilename cfg.settings;
|
cfgFile = format.generate cfgFilename cfg.settings;
|
||||||
|
|
||||||
inherit (lib) types;
|
inherit (lib) types;
|
||||||
inherit (lib.modules) mkIf;
|
inherit (lib.modules) mkIf mkForce;
|
||||||
inherit (lib.options) mkOption mkEnableOption;
|
inherit (lib.options) mkOption mkEnableOption;
|
||||||
|
|
||||||
format = pkgs.formats.ini {};
|
format = pkgs.formats.ini {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user