mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
chore: NixOS 23.11
This commit is contained in:
parent
6d57da7aad
commit
9dae675cad
10
NixOS.md
10
NixOS.md
@ -8,6 +8,7 @@ This document contains general notes about NixOS that are independent of my NixO
|
||||
* [NixOS](#nixos)
|
||||
* [Table of Contents](#table-of-contents)
|
||||
* [Misc](#misc)
|
||||
* [Upgrade from 23.05 to 23.11](#upgrade-from-2305-to-2311)
|
||||
* [niv: Dependency management](#niv-dependency-management)
|
||||
* [Add Home Manager with niv](#add-home-manager-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` (!)
|
||||
|
||||
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
|
||||
|
||||
* https://nix.dev/tutorials/first-steps/towards-reproducibility-pinning-nixpkgs#dependency-management-with-niv
|
||||
|
Loading…
Reference in New Issue
Block a user