From 8f7fe9380d8a10785e688df8a892bb449aad9629 Mon Sep 17 00:00:00 2001 From: Hans Muendelein Date: Mon, 4 Nov 2024 12:53:19 +0100 Subject: [PATCH] Change install pathes, since they won't survive --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ''; }