From c96369216677eae2add0e0bf7b2f0592d3c82945 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Sat, 23 Sep 2023 11:18:53 -0400 Subject: [PATCH] update README --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index ad45965..defceed 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,6 @@ other available options are: programs.direnv = { package = pkgs.direnv; silent = false; - persistDerivations = true; loadInNixShell = true; direnvrcExtra = ""; nix-direnv = { @@ -107,14 +106,6 @@ other available options are: }; } ``` - -and sourcing the `direnvrc` from this repository in your own `$HOME/.config/direnv/direnvrc` - -```bash -# put this in ~/.config/direnv/direnvrc -source /run/current-system/sw/share/nix-direnv/direnvrc -``` -