From 14f74620b5f7a7ce3ae5e5b26bf3e9d89c835dfb Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 10 Dec 2023 00:40:42 -0600 Subject: [PATCH] refactor(nix-hm): improve install.bash to use nix run --- install.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.bash b/install.bash index 8db4c0e2..bc8b4e59 100755 --- a/install.bash +++ b/install.bash @@ -1,3 +1,2 @@ #!/usr/bin/env /bin/bash - -home-manager switch --flake "git+file://$(pwd)?submodules=1" +nix run . -- switch --flake "git+file://$(pwd)?submodules=1"