this repo has no description

chore: use channels.nixos.org

fixes https://github.com/isabelroses/lix-diff/issues/1

+7 -10
+6 -9
flake.lock
··· 2 2 "nodes": { 3 3 "nixpkgs": { 4 4 "locked": { 5 - "lastModified": 1746576598, 6 - "narHash": "sha256-FshoQvr6Aor5SnORVvh/ZdJ1Sa2U4ZrIMwKBX5k2wu0=", 7 - "owner": "nixos", 8 - "repo": "nixpkgs", 5 + "lastModified": 315532800, 6 + "narHash": "sha256-kgy4FnRFGj62QO3kI6a6glFl8XUtKMylWGybnVCvycM=", 9 7 "rev": "b3582c75c7f21ce0b429898980eddbbf05c68e55", 10 - "type": "github" 8 + "type": "tarball", 9 + "url": "https://releases.nixos.org/nixpkgs/nixpkgs-25.05pre796313.b3582c75c7f2/nixexprs.tar.xz?rev=b3582c75c7f21ce0b429898980eddbbf05c68e55" 11 10 }, 12 11 "original": { 13 - "owner": "nixos", 14 - "ref": "nixpkgs-unstable", 15 - "repo": "nixpkgs", 16 - "type": "github" 12 + "type": "tarball", 13 + "url": "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz" 17 14 } 18 15 }, 19 16 "root": {
+1 -1
flake.nix
··· 1 1 { 2 - inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; 2 + inputs.nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz"; 3 3 4 4 outputs = 5 5 { self, nixpkgs }: