mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
nixos/self-deploy: add tar to path.
Previously it was missing, and the service would fail.
This commit is contained in:
parent
5f326e2a40
commit
f0f4ad0cb0
@ -139,6 +139,7 @@ in
|
||||
|
||||
path = with pkgs; [
|
||||
git
|
||||
gnutar
|
||||
nix
|
||||
] ++ lib.optionals (cfg.switchCommand == "boot") [ systemd ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user