Change install pathes, since they won't survive

This commit is contained in:
Hans Muendelein 2024-11-04 12:53:19 +01:00
parent 682cbf4d73
commit 8f7fe9380d
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ pkgs.mkShell {
# Clone the repository
git clone ssh://git@git.cluster.gay:2222/hans/nix.git /mnt/etc/nixos-install
bash /mnt/etc/nixos-install/install.bash
git clone ssh://git@git.cluster.gay:2222/hans/nix.git
bash nix/install.bash
'';
}