Merge pull request #190947 from jsoo1/jsoo1/self-deploy-tar

This commit is contained in:
Franz Pletz 2022-09-12 23:43:47 +02:00 committed by GitHub
commit 772baccfb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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