mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03: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
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ in
|
|||
|
||||
path = with pkgs; [
|
||||
git
|
||||
gnutar
|
||||
nix
|
||||
] ++ lib.optionals (cfg.switchCommand == "boot") [ systemd ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue