From b2d6b5982bdead3ac82ba5a2136bb3a864303d72 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 1 Jan 2024 05:43:41 -0600 Subject: [PATCH] fix(nix-hm): ensure install script can be ran without nix.conf --- install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bash b/install.bash index bc8b4e59..fb735461 100755 --- a/install.bash +++ b/install.bash @@ -1,2 +1,2 @@ #!/usr/bin/env /bin/bash -nix run . -- switch --flake "git+file://$(pwd)?submodules=1" +nix run --extra-experimental-features 'nix-command flakes' . -- switch --extra-experimental-features 'nix-command flakes' --flake "git+file://$(pwd)?submodules=1"