chore: NixOS 23.11

This commit is contained in:
Daniel Langbein 2023-12-19 14:06:46 +01:00
parent 6d57da7aad
commit 9dae675cad
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -8,6 +8,7 @@ This document contains general notes about NixOS that are independent of my NixO
* [NixOS](#nixos) * [NixOS](#nixos)
* [Table of Contents](#table-of-contents) * [Table of Contents](#table-of-contents)
* [Misc](#misc) * [Misc](#misc)
* [Upgrade from 23.05 to 23.11](#upgrade-from-2305-to-2311)
* [niv: Dependency management](#niv-dependency-management) * [niv: Dependency management](#niv-dependency-management)
* [Add Home Manager with niv](#add-home-manager-with-niv) * [Add Home Manager with niv](#add-home-manager-with-niv)
* [Add NUR with niv](#add-nur-with-niv) * [Add NUR with niv](#add-nur-with-niv)
@ -57,6 +58,15 @@ niv update && colmena build --on yodaTux -v --show-trace && colmena apply-local
TODO: Update yodaHedgehog and yodaYoga with `boot` (!) TODO: Update yodaHedgehog and yodaYoga with `boot` (!)
Update channel (for `nix-shell` usage in a terminal):
```shell
sudo nix-channel --list
#=> nixos https://nixos.org/channels/nixos-23.05
sudo nix-channel --add https://nixos.org/channels/nixos-23.11 nixos
sudo nix-channel --update
```
## niv: Dependency management ## niv: Dependency management
* https://nix.dev/tutorials/first-steps/towards-reproducibility-pinning-nixpkgs#dependency-management-with-niv * https://nix.dev/tutorials/first-steps/towards-reproducibility-pinning-nixpkgs#dependency-management-with-niv