my nixos/home-manager configuration
1
fork

Configure Feed

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

feat: use nixpkgs master branch for faster updates

+5 -5
+4 -4
flake.lock
··· 151 151 }, 152 152 "nixpkgs-unstable": { 153 153 "locked": { 154 - "lastModified": 1764667669, 155 - "narHash": "sha256-7WUCZfmqLAssbDqwg9cUDAXrSoXN79eEEq17qhTNM/Y=", 154 + "lastModified": 1765627633, 155 + "narHash": "sha256-Vd0M3mYovjJGmrWBfAGiyXOxeiG9Y47ksDHd7Ov2PGo=", 156 156 "owner": "nixos", 157 157 "repo": "nixpkgs", 158 - "rev": "418468ac9527e799809c900eda37cbff999199b6", 158 + "rev": "1a27806b1528b402d1f80a52923fd61ca7c09697", 159 159 "type": "github" 160 160 }, 161 161 "original": { 162 162 "owner": "nixos", 163 - "ref": "nixos-unstable", 163 + "ref": "master", 164 164 "repo": "nixpkgs", 165 165 "type": "github" 166 166 }
+1 -1
flake.nix
··· 1 1 { 2 2 inputs = { 3 3 nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.11"; 4 - nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=nixos-unstable"; 4 + nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=master"; 5 5 6 6 nixos-hardware.url = "github:nixos/nixos-hardware?ref=master"; 7 7