Merge pull request #191131 from jsoo1/jsoo1/self-deploy-gzip
nixos/self-deploy: add gzip to path
This commit is contained in:
@@ -140,6 +140,7 @@ in
|
||||
path = with pkgs; [
|
||||
git
|
||||
gnutar
|
||||
gzip
|
||||
nix
|
||||
] ++ lib.optionals (cfg.switchCommand == "boot") [ systemd ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user