Merge pull request #4 from nix-community/docs

Document compatibility problems
This commit is contained in:
Jörg Thalheim 2020-03-11 12:11:07 +00:00 committed by GitHub
commit ea98d4112d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,3 +27,9 @@ For derivations to persist garbage collection, set the following in nix.conf:
keep-derivations = true
keep-outputs = true
```
## Known Bugs
At the moment nix-direnv depends on gnugrep and a modern bash version.
This might lead to [problems](https://github.com/nix-community/nix-direnv/issues/3) on macOS.
As a work-around we suggest to install direnv/grep via nix or homebrew.