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