mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
update README
This commit is contained in:
parent
4132068df5
commit
c963692166
1 changed files with 0 additions and 9 deletions
|
|
@ -98,7 +98,6 @@ other available options are:
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
package = pkgs.direnv;
|
package = pkgs.direnv;
|
||||||
silent = false;
|
silent = false;
|
||||||
persistDerivations = true;
|
|
||||||
loadInNixShell = true;
|
loadInNixShell = true;
|
||||||
direnvrcExtra = "";
|
direnvrcExtra = "";
|
||||||
nix-direnv = {
|
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>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue