From 08c6bd8b73489d50a99129a22f559e6197892c23 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Sun, 22 Nov 2020 18:12:29 -0700 Subject: Update `activate.nixos` to take a configuration, not a derivation --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') 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 ":"; }; -- cgit v1.2.3