From 24654405e2da7cda14dfa5744357f33b6be730c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 4 Jun 2025 09:59:00 +0200 Subject: dev: include submodules in nrun --- shellrc.d/dev | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shellrc.d/dev') 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 -- cgit v1.2.3