fix(nix-hm): ensure install script can be ran without nix.conf
This commit is contained in:
parent
4254835110
commit
b2d6b5982b
@ -1,2 +1,2 @@
|
|||||||
#!/usr/bin/env /bin/bash
|
#!/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"
|
||||||
|
Loading…
Reference in New Issue
Block a user