diff options
Diffstat (limited to 'shellrc.d/dev')
-rw-r--r-- | shellrc.d/dev | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shellrc.d/dev b/shellrc.d/dev index b6dbab8..c394a8a 100644 --- a/shellrc.d/dev +++ b/shellrc.d/dev @@ -80,11 +80,11 @@ nvim_config() ( if command -v nix 2>/dev/null >&2; then nrun() { - nix run . -- "$@" + nix run .?submodules=1# -- "$@" } nrun_() { local package="$1" shift - nix run ".#$package" -- "$@" + nix run ".?submodules=1#$package" -- "$@" } fi |