aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2025-06-04 09:59:00 +0200
committerKarel Kočí <cynerd@email.cz>2025-06-04 09:59:00 +0200
commit24654405e2da7cda14dfa5744357f33b6be730c6 (patch)
treede6d39b5a33db2e2e855c0130a794361518f953d
parent00c2d83c62603a13f54c5037f08d43591a29d6fb (diff)
downloadshellrc-master.tar.gz
shellrc-master.tar.bz2
shellrc-master.zip
dev: include submodules in nrunHEADmaster
-rw-r--r--shellrc.d/dev4
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