drop nix-env variant

This commit is contained in:
Jörg Thalheim 2024-04-23 14:04:08 +02:00
parent 57f831e2e4
commit 490e46b6ce

View File

@ -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>