Skip to content

Commit

Permalink
nixos/self-deploy: add gzip to path
Browse files Browse the repository at this point in the history
The service fails without it.
  • Loading branch information
jsoo1 committed Sep 13, 2022
1 parent 78bce16 commit 026e83a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/system/self-deploy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ in
path = with pkgs; [
git
gnutar
gzip
nix
] ++ lib.optionals (cfg.switchCommand == "boot") [ systemd ];

Expand Down

0 comments on commit 026e83a

Please sign in to comment.