mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
Merge pull request #4 from nix-community/docs
Document compatibility problems
This commit is contained in:
commit
ea98d4112d
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue