Merge pull request #612 from Wilfred/patch-1
Some checks failed
Test / tests (ubuntu-latest, latest) (push) Has been cancelled
Test / tests (ubuntu-latest, stable) (push) Has been cancelled

Fix typo
This commit is contained in:
Bryan Bennett 2025-09-18 11:53:38 +00:00 committed by GitHub
commit ecf3ec7dab
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 ##### Disabling devShell fallback
By default, nix-direnv will reload a previously working devShell if it discovers 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: `nix_direnv_disallow_fallback` in `.envrc`, like so:
```shell ```shell