aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authornotgne22020-11-22 18:12:29 -0700
committernotgne22020-11-22 18:12:29 -0700
commit08c6bd8b73489d50a99129a22f559e6197892c23 (patch)
treefe8234bc2bc6072749bc34971a6e13605b2bf92f /flake.nix
parent1795c8aab465606d615b56c73fe2c76112bf5ad7 (diff)
Update `activate.nixos` to take a configuration, not a derivation
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 ":";
};