diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ":"; }; |