make nix develop less annoying

This commit is contained in:
rhiannon morris 2023-11-10 02:25:44 +01:00
parent 92a86afffe
commit 4adf34027f
1 changed files with 1 additions and 1 deletions

2
bin/nd
View File

@ -14,6 +14,6 @@ ifelse { test $nixdir = "" } {
}
cd $nixdir
nix develop $@ -c execlineb -c "cd ${cwd} ${shell}"
nix develop --no-warn-dirty $@ -c execlineb -c "cd ${cwd} ${shell}"
# vim: set ft=execline :