From e704944ee07f0faf31204bc82ff01cec6d931566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 11 Mar 2020 10:30:45 +0000 Subject: [PATCH] Document compatibility problems --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 105fe0f..b879385 100644 --- a/README.md +++ b/README.md @@ -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.