Remove usage of nixFlakes
This commit is contained in:
parent
d43a2e51b5
commit
2f3d5c8b6b
|
@ -108,7 +108,7 @@
|
||||||
|
|
||||||
deploy-local = lib.recurseIntoAttrs (lib.mapAttrs
|
deploy-local = lib.recurseIntoAttrs (lib.mapAttrs
|
||||||
(hostname: machine: pkgs.writeShellScript "deploy-local-${hostname}" ''
|
(hostname: machine: pkgs.writeShellScript "deploy-local-${hostname}" ''
|
||||||
${pkgs.nixos-rebuild.override { nix = pkgs.nixFlakes; }}/bin/nixos-rebuild \
|
${pkgs.nixos-rebuild}/bin/nixos-rebuild \
|
||||||
switch \
|
switch \
|
||||||
--flake .#${hostname} \
|
--flake .#${hostname} \
|
||||||
-L \
|
-L \
|
||||||
|
|
|
@ -115,7 +115,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
system.activationScripts.diff = ''
|
system.activationScripts.diff = ''
|
||||||
[ -L /run/current-system ] && ${pkgs.nixFlakes}/bin/nix \
|
[ -L /run/current-system ] && ${config.nix.package}/bin/nix \
|
||||||
--experimental-features 'nix-command' \
|
--experimental-features 'nix-command' \
|
||||||
store \
|
store \
|
||||||
diff-closures /run/current-system "$systemConfig"
|
diff-closures /run/current-system "$systemConfig"
|
||||||
|
|
Loading…
Reference in a new issue