diff --git a/shell.nix b/shell.nix index 295bbcf..a93cf5f 100644 --- a/shell.nix +++ b/shell.nix @@ -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 ''; }