this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: upgrade Nix channel to 25.11

Khue Doan 996432e5 43c54207

+5 -5
+4 -4
flake.lock
··· 2 2 "nodes": { 3 3 "nixpkgs": { 4 4 "locked": { 5 - "lastModified": 1748162331, 6 - "narHash": "sha256-rqc2RKYTxP3tbjA+PB3VMRQNnjesrT0pEofXQTrMsS8=", 5 + "lastModified": 1766736597, 6 + "narHash": "sha256-BASnpCLodmgiVn0M1MU2Pqyoz0aHwar/0qLkp7CjvSQ=", 7 7 "owner": "NixOS", 8 8 "repo": "nixpkgs", 9 - "rev": "7c43f080a7f28b2774f3b3f43234ca11661bf334", 9 + "rev": "f560ccec6b1116b22e6ed15f4c510997d99d5852", 10 10 "type": "github" 11 11 }, 12 12 "original": { 13 13 "owner": "NixOS", 14 - "ref": "nixos-25.05", 14 + "ref": "nixos-25.11", 15 15 "repo": "nixpkgs", 16 16 "type": "github" 17 17 }
+1 -1
flake.nix
··· 1 1 { 2 2 inputs = { 3 - nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; 3 + nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; 4 4 }; 5 5 6 6 outputs =