aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/switch.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/switch.nix')
-rw-r--r--nixos/modules/switch.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/switch.nix b/nixos/modules/switch.nix
index 16d57bc..669b6ab 100644
--- a/nixos/modules/switch.nix
+++ b/nixos/modules/switch.nix
@@ -2,8 +2,8 @@
config,
lib,
...
-}:
-with lib; let
+}: let
+ inherit (lib) mkEnableOption mkOption types mkIf;
cnf = config.cynerd.switch;
in {
options = {