mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 11:36:11 +01:00
don't warn about dirty trees
It's to be expected in a git repository that our environment will contain non-committed code. No need to warn about that.
This commit is contained in:
parent
0357fa09ff
commit
287f331749
1 changed files with 1 additions and 1 deletions
2
direnvrc
2
direnvrc
|
|
@ -32,7 +32,7 @@ _nix_direnv_error() { log_error "${_NIX_DIRENV_LOG_PREFIX}$*"; }
|
|||
_nix_direnv_nix=""
|
||||
|
||||
_nix() {
|
||||
${_nix_direnv_nix} --extra-experimental-features "nix-command flakes" "$@"
|
||||
${_nix_direnv_nix} --no-warn-dirty --extra-experimental-features "nix-command flakes" "$@"
|
||||
}
|
||||
|
||||
_require_version() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue