aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index a836b3c..d92a60a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -62,7 +62,7 @@
];
};
- nixos = base: custom base "$PROFILE/bin/switch-to-configuration switch";
+ nixos = base: custom base.config.system.build.toplevel "$PROFILE/bin/switch-to-configuration switch";
noop = base: custom base ":";
};