diff options
author | notgne2 | 2020-11-22 18:12:29 -0700 |
---|---|---|
committer | notgne2 | 2020-11-22 18:12:29 -0700 |
commit | 08c6bd8b73489d50a99129a22f559e6197892c23 (patch) | |
tree | fe8234bc2bc6072749bc34971a6e13605b2bf92f /flake.nix | |
parent | 1795c8aab465606d615b56c73fe2c76112bf5ad7 (diff) |
Update `activate.nixos` to take a configuration, not a derivation
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 ":"; }; |