this repo has no description
0
fork

Configure Feed

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

refactor: move unstable channel from nixpkgs to nixos

A bit less unstable.

+8 -8
+7 -7
flake.lock
··· 80 80 }, 81 81 "nixpkgs": { 82 82 "locked": { 83 - "lastModified": 1777077449, 84 - "narHash": "sha256-AIiMJiqvGrN4HyLEbKAoCSRRYn0rnlW5VbKNIMIYqm4=", 83 + "lastModified": 1777428379, 84 + "narHash": "sha256-ypxFOeDz+CqADEQNL72haqGjvZQdBR5Vc7pyx2JDttI=", 85 85 "owner": "nixos", 86 86 "repo": "nixpkgs", 87 - "rev": "a4bf06618f0b5ee50f14ed8f0da77d34ecc19160", 87 + "rev": "755f5aa91337890c432639c60b6064bb7fe67769", 88 88 "type": "github" 89 89 }, 90 90 "original": { ··· 96 96 }, 97 97 "nixpkgs-unstable": { 98 98 "locked": { 99 - "lastModified": 1776949667, 100 - "narHash": "sha256-GMSVw35Q+294GlrTUKlx087E31z7KurReQ1YHSKp5iw=", 99 + "lastModified": 1777268161, 100 + "narHash": "sha256-bxrdOn8SCOv8tN4JbTF/TXq7kjo9ag4M+C8yzzIRYbE=", 101 101 "owner": "nixos", 102 102 "repo": "nixpkgs", 103 - "rev": "01fbdeef22b76df85ea168fbfe1bfd9e63681b30", 103 + "rev": "1c3fe55ad329cbcb28471bb30f05c9827f724c76", 104 104 "type": "github" 105 105 }, 106 106 "original": { 107 107 "owner": "nixos", 108 - "ref": "nixpkgs-unstable", 108 + "ref": "nixos-unstable", 109 109 "repo": "nixpkgs", 110 110 "type": "github" 111 111 }
+1 -1
flake.nix
··· 1 1 { 2 2 inputs = { 3 3 nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; 4 - nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable"; 4 + nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; 5 5 nixos-hardware.url = "github:NixOS/nixos-hardware/master"; 6 6 darwin = { 7 7 url = "github:lnl7/nix-darwin/nix-darwin-25.11";