NixOS: Difference between revisions
imported>Ixxie |
imported>Ixxie |
||
| Line 115: | Line 115: | ||
|- | |- | ||
| Adding a primary channel | | Adding a primary channel | ||
|<code>nix-channel --add https://nixos.org/channels/channel-name nixos</code> | |<code><nowiki>nix-channel --add https://nixos.org/channels/channel-name nixos</nowiki></code> | ||
|- | |- | ||
| Adding other channels | | Adding other channels | ||
|<code>nix-channel --add https://some.channel/url my-alias</code> | |<code><nowiki>nix-channel --add https://some.channel/url my-alias</nowiki></code> | ||
|- | |- | ||
| Remove a channel | | Remove a channel | ||