Merge pull request #190947 from jsoo1/jsoo1/self-deploy-tar
Franz Pletz 3 years ago 772baccf 7bd533e8
··· 139 140 path = with pkgs; [ 141 git 0 142 nix 143 ] ++ lib.optionals (cfg.switchCommand == "boot") [ systemd ]; 144
··· 139 140 path = with pkgs; [ 141 git 142 + gnutar 143 nix 144 ] ++ lib.optionals (cfg.switchCommand == "boot") [ systemd ]; 145