mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-12-15 21:41:17 +01:00
Merge pull request #488 from nix-community/nix-env
README: drop nix-env installation
This commit is contained in:
commit
3ddcd73aba
1 changed files with 0 additions and 19 deletions
19
README.md
19
README.md
|
|
@ -109,25 +109,6 @@ other available options are:
|
|||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>With `nix-env`</summary>
|
||||
|
||||
### With `nix-env`
|
||||
|
||||
As **non-root** user do the following:
|
||||
|
||||
```shell
|
||||
nix-env -f '<nixpkgs>' -iA nix-direnv
|
||||
```
|
||||
|
||||
Then add nix-direnv to `$HOME/.config/direnv/direnvrc`:
|
||||
|
||||
```bash
|
||||
source $HOME/.nix-profile/share/nix-direnv/direnvrc
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>With `nix profile`</summary>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue