From 3edc60fe847422b21fb507e4a3aecf77a541b94a Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 8 Dec 2024 16:37:10 -0600 Subject: [PATCH] impure --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 3d18cfa..4c6951f 100644 --- a/home.nix +++ b/home.nix @@ -26,7 +26,7 @@ in homeDirectory = "${homePath}"; packages = [ (pkgs.writeShellScriptBin "nfs" '' - sudo nixos-rebuild switch --flake git+file://${homePath}#${hostname} + sudo nixos-rebuild switch --flake ${homePath}#${hostname} --impure '') (pkgs.writeShellScriptBin "init-panoptes" '' sudo -u git clone -b ${repoBranch} ${repoURL} /srv/panoptes