mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
Merge pull request #191131 from jsoo1/jsoo1/self-deploy-gzip
nixos/self-deploy: add gzip to path
This commit is contained in:
commit
3d379dd484
|
@ -140,6 +140,7 @@ in
|
|||
path = with pkgs; [
|
||||
git
|
||||
gnutar
|
||||
gzip
|
||||
nix
|
||||
] ++ lib.optionals (cfg.switchCommand == "boot") [ systemd ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue