1
0
Fork 1
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:
Christian Kögler 2022-09-14 07:37:15 +02:00 committed by GitHub
commit 3d379dd484
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,6 +140,7 @@ in
path = with pkgs; [
git
gnutar
gzip
nix
] ++ lib.optionals (cfg.switchCommand == "boot") [ systemd ];