make nix develop less annoying
This commit is contained in:
parent
92a86afffe
commit
4adf34027f
1 changed files with 1 additions and 1 deletions
2
bin/nd
2
bin/nd
|
@ -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 :
|
||||
|
|
Loading…
Add table
Reference in a new issue