diff --git a/NixOS.md b/NixOS.md index 7c455a0..08c1c85 100644 --- a/NixOS.md +++ b/NixOS.md @@ -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 diff --git a/README.md b/README.md index db15f42..ab0b82f 100644 --- a/README.md +++ b/README.md @@ -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.