nix: update flake lockfile, fix update procedure

This commit is contained in:
2025-02-18 22:41:00 +01:00
parent 7edfb9d386
commit d814f7ee77
4 changed files with 14 additions and 8 deletions

View File

@ -1,4 +1,8 @@
# How to upgrade to a newer version
# - On the june and december release, you'll have to update nixpkgs to the current branch
# Change `nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";`
# to the latest release (see https://nixos.org/)
# - Run `$ nix flake update`
# - Comment `src.hash`
# - Change `version`
# - Run `$ nix build`