This commit is contained in:
Daniel Langbein 2025-01-01 14:43:08 +00:00
parent cc6f14811a
commit a1d1fcf4e0
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 4 additions and 4 deletions

View File

@ -73,13 +73,13 @@ Initialize:
niv init
```
Change the tracking branch of nixpkgs from unstable to 24.11:
Change the tracking branch of nixpkgs from `unstable` to `24.11`:
```shell
niv modify nixpkgs --branch nixos-24.11
```
Add nixpkgs unstable:
Add nixpkgs `unstable`:
```shell
niv add NixOS/nixpkgs -n unstable -b nixpkgs-unstable

View File

@ -22,7 +22,7 @@ See also:
* [Update, build and switch](#update-build-and-switch)
* [tldr](#tldr)
* [Update](#update)
* [Build and switch: Using Colmena](#build-and-switch-using-colmena)
* [Build and switch: Colmena](#build-and-switch-colmena)
* [Build and switch: Manually](#build-and-switch-manually)
* [Option I: Build new config and activate it:](#option-i-build-new-config-and-activate-it)
* [Option II: Build new config and activate it during next boot:](#option-ii-build-new-config-and-activate-it-during-next-boot)
@ -197,7 +197,7 @@ sudo nix-channel --update && niv update
To apply the updates, continue with "Build and switch".
### Build and switch: Using Colmena
### Build and switch: Colmena
See section "Colmena: Deployment and secret management" to build and apply updates.