nix: update flake lockfile, fix update procedure
This commit is contained in:
		@@ -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`
 | 
			
		||||
 
 | 
			
		||||
@@ -11,6 +11,8 @@
 | 
			
		||||
- upload the artifacts
 | 
			
		||||
- upload the AppImage and zsyncmake
 | 
			
		||||
- nix
 | 
			
		||||
  - june and december: update release version
 | 
			
		||||
  - run `nix flake update`
 | 
			
		||||
  - comment out the hash in default.nix
 | 
			
		||||
  - update the version
 | 
			
		||||
  - run `nix-build`
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										14
									
								
								flake.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										14
									
								
								flake.lock
									
									
									
										generated
									
									
									
								
							@@ -5,11 +5,11 @@
 | 
			
		||||
        "systems": "systems"
 | 
			
		||||
      },
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1710146030,
 | 
			
		||||
        "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
 | 
			
		||||
        "lastModified": 1731533236,
 | 
			
		||||
        "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
 | 
			
		||||
        "owner": "numtide",
 | 
			
		||||
        "repo": "flake-utils",
 | 
			
		||||
        "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
 | 
			
		||||
        "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
@@ -20,16 +20,16 @@
 | 
			
		||||
    },
 | 
			
		||||
    "nixpkgs": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1717281328,
 | 
			
		||||
        "narHash": "sha256-evZPzpf59oNcDUXxh2GHcxHkTEG4fjae2ytWP85jXRo=",
 | 
			
		||||
        "lastModified": 1739758141,
 | 
			
		||||
        "narHash": "sha256-uq6A2L7o1/tR6VfmYhZWoVAwb3gTy7j4Jx30MIrH0rE=",
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "rev": "b3b2b28c1daa04fe2ae47c21bb76fd226eac4ca1",
 | 
			
		||||
        "rev": "c618e28f70257593de75a7044438efc1c1fc0791",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "ref": "nixos-24.05",
 | 
			
		||||
        "ref": "nixos-24.11",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user