aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/module.nix b/module.nix
index 8cd81eb..2aabaed 100644
--- a/module.nix
+++ b/module.nix
@@ -4,7 +4,7 @@
...
}:
let
- inherit (lib) mkOption mkPackageOption mkEnableOption types;
+ inherit (lib) mkIf mkOption mkPackageOption mkEnableOption types;
inherit (flake-parts-lib) mkPerSystemOption;
in {
options.perSystem = mkPerSystemOption ({ config, ... }: {