(Snow)flakes for fluffy winters.
0
fork

Configure Feed

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

feat(nixpkgs): bind to unstable Binds Nixpkgs to unstable in preperation to use Noctalia Shell

+10 -10
+8 -8
flake.lock
··· 39 39 ] 40 40 }, 41 41 "locked": { 42 - "lastModified": 1777851538, 43 - "narHash": "sha256-Gp8qwTEYNoy2yvmErVGlvLOQvrtEECCAKbonW7VJef8=", 42 + "lastModified": 1777913624, 43 + "narHash": "sha256-4MwfrGuqjsnEORQbM3cmkmG/9cWhDV63dTDguDj4FXw=", 44 44 "owner": "nix-community", 45 45 "repo": "home-manager", 46 - "rev": "cc09c0f9b7eaa95c2d9827338a5eb03d32505ca5", 46 + "rev": "a89686d115e970e200eb2caa7603f3673050e00c", 47 47 "type": "github" 48 48 }, 49 49 "original": { 50 50 "owner": "nix-community", 51 - "ref": "release-25.11", 51 + "ref": "master", 52 52 "repo": "home-manager", 53 53 "type": "github" 54 54 } ··· 139 139 }, 140 140 "nixpkgs_2": { 141 141 "locked": { 142 - "lastModified": 1777673416, 143 - "narHash": "sha256-5c2POKPOjU40Kh0MirOdScBLG0bu9TAuPYAtPRNZMBs=", 142 + "lastModified": 1777578337, 143 + "narHash": "sha256-Ad49moKWeXtKBJNy2ebiTQUEgdLyvGmTeykAQ9xM+Z4=", 144 144 "owner": "nixos", 145 145 "repo": "nixpkgs", 146 - "rev": "26ef669cffa904b6f6832ab57b77892a37c1a671", 146 + "rev": "15f4ee454b1dce334612fa6843b3e05cf546efab", 147 147 "type": "github" 148 148 }, 149 149 "original": { 150 150 "owner": "nixos", 151 - "ref": "nixos-25.11", 151 + "ref": "nixos-unstable", 152 152 "repo": "nixpkgs", 153 153 "type": "github" 154 154 }
+2 -2
flake.nix
··· 3 3 4 4 # https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake.html#flake-inputs 5 5 inputs = { 6 - nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; 6 + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; 7 7 8 8 home-manager = { 9 - url = "github:nix-community/home-manager/release-25.11"; 9 + url = "github:nix-community/home-manager/master"; 10 10 inputs.nixpkgs.follows = "nixpkgs"; 11 11 }; 12 12