From cc6f14811a2c4729c7bf6fda17649ad043a62e63 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 1 Jan 2025 14:26:39 +0000 Subject: [PATCH] NixOS 24.11: README --- NixOS.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/NixOS.md b/NixOS.md index c491dbc..7c455a0 100644 --- a/NixOS.md +++ b/NixOS.md @@ -73,10 +73,10 @@ Initialize: niv init ``` -Change the tracking branch of nixpkgs from unstable to 23.05: +Change the tracking branch of nixpkgs from unstable to 24.11: ```shell -niv modify nixpkgs --branch nixos-23.05 +niv modify nixpkgs --branch nixos-24.11 ``` Add nixpkgs unstable: @@ -92,7 +92,7 @@ Home Manager: > [Home Manager] allows declarative configuration of user specific (non-global) packages and dotfiles. > > To avoid breaking users' configurations, Home Manager is released in branches corresponding to NixOS releases ( -> e.g. `release-23.05`). +> e.g. `release-24.11`). > > Home Manager provides both the channel-based setup and the flake-based one. > @@ -102,13 +102,13 @@ Check your channel: ```shell sudo nix-channel --list -#=> nixos https://nixos.org/channels/nixos-23.05 +#=> nixos https://nixos.org/channels/nixos-24.11 ``` Use the corresponding branch: ```shell -niv add nix-community/home-manager -n home-manager -b release-23.05 +niv add nix-community/home-manager -n home-manager -b release-24.11 ``` ### Add NUR with niv @@ -130,11 +130,12 @@ nix-info -m ``` ``` - system: `"x86_64-linux"` - - host os: `Linux 6.1.51, NixOS, 23.05 (Stoat), 23.05.3242.da5adce0ffaf` + - host os: `Linux 6.12.7, NixOS, 24.11 (Vicuna), 24.11pre-git` - multi-user?: `yes` - sandbox: `yes` - - version: `nix-env (Nix) 2.13.5` - - channels(root): `"nixos-23.05"` + - version: `nix-env (Nix) 2.24.11` + - channels(root): `"nixos-24.11, unstable"` + - channels(yoda): `""` - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos` ```