mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
nixos/doc: clarify command template parameter
squash-reworded from #284844
This commit is contained in:
parent
a89fe46396
commit
ebbd29d695
1 changed files with 3 additions and 1 deletions
|
@ -42,9 +42,11 @@ The first steps to all these are the same:
|
||||||
will be safer to use the `nixos-*` channels instead:
|
will be safer to use the `nixos-*` channels instead:
|
||||||
|
|
||||||
```ShellSession
|
```ShellSession
|
||||||
$ nix-channel --add https://nixos.org/channels/nixos-version nixpkgs
|
$ nix-channel --add https://nixos.org/channels/nixos-<version> nixpkgs
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Where `<version>` corresponds to the latest version available on [channels.nixos.org](https://channels.nixos.org/).
|
||||||
|
|
||||||
You may want to throw in a `nix-channel --update` for good measure.
|
You may want to throw in a `nix-channel --update` for good measure.
|
||||||
|
|
||||||
1. Install the NixOS installation tools:
|
1. Install the NixOS installation tools:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue