Skip to content

Commit

Permalink
Merge pull request #545 from nix-community/no-warn
Browse files Browse the repository at this point in the history
don't warn about dirty trees
  • Loading branch information
Mic92 authored Jan 17, 2025
2 parents 0357fa0 + 287f331 commit 3888383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion direnvrc
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 3888383

Please sign in to comment.