From 5210430cf07b7eb25239dfb4a157fc4db75f00eb Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 6 Jan 2024 00:39:42 -0600 Subject: [PATCH] feat(nix-hm): allow installer to take additional args --- install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bash b/install.bash index fb735461..ca7819ee 100755 --- a/install.bash +++ b/install.bash @@ -1,2 +1,2 @@ #!/usr/bin/env /bin/bash -nix run --extra-experimental-features 'nix-command flakes' . -- switch --extra-experimental-features 'nix-command flakes' --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" "${@}"