faq: show how to add the nixpkgs-unstable channel
Adds the necessary command to install the nixpkgs-unstable channel. PR #1165
This commit is contained in:
parent
2d88cbe496
commit
5baa0c300f
8
FAQ.md
8
FAQ.md
|
@ -147,6 +147,14 @@ in
|
|||
```
|
||||
|
||||
should work provided you have a Nix channel called `nixpkgs-unstable`.
|
||||
|
||||
You can add the `nixpkgs-unstable` channel by running
|
||||
|
||||
```
|
||||
# nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs-unstable
|
||||
# nix-channel --update
|
||||
```
|
||||
|
||||
Note, the package will not be affected by any package overrides,
|
||||
overlays, etc.
|
||||
|
||||
|
|
Loading…
Reference in a new issue