update README

This commit is contained in:
Gerg-L 2023-09-23 11:18:53 -04:00
parent 4132068df5
commit c963692166
No known key found for this signature in database

View file

@ -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
```
</details>
<details>