Update 'Nix'

Johannes Schnürle 2022-05-19 13:11:10 -05:00
parent 544ddca576
commit f13fdd97bd

2
Nix.md

@ -9,7 +9,7 @@ nix-channel --update
```
to configure a channel (repository).
Now add the `~/.nix-profile/bin` directory to your `$PATH`. For Fish, you can do this with `fish_add_path ~/.nix-profile/bin`.
Now add the `~/.nix-profile/bin` directory to your `$PATH` with `export PATH="$HOME/.nix-profile/bin:$PATH"`.
## Usage