This commit is contained in:
Wilfred Hughes 2025-09-17 16:04:52 -07:00 committed by GitHub
parent 36ab3bb006
commit 13a369b49c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -255,7 +255,7 @@ be interpreted or passed along.
##### Disabling devShell fallback
By default, nix-direnv will reload a previously working devShell if it discovers
that a new verison does not evaluate. This can be disabled by calling
that a new version does not evaluate. This can be disabled by calling
`nix_direnv_disallow_fallback` in `.envrc`, like so:
```shell