update(flake): switch nixpkgs-unstable input to flake-compatible channel tarballs

This commit is contained in:
2025-10-12 11:45:07 +02:00
parent 002a3da231
commit 6bd40ea2f8
2 changed files with 8 additions and 11 deletions

17
flake.lock generated
View File

@@ -99,18 +99,15 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1757236331,
"narHash": "sha256-zf1HPzatARa8PFLS7ypOxx2IVpbAWotKYl8Kgu4DYyw=",
"owner": "nixOS",
"repo": "nixpkgs",
"rev": "1f46efd9d12bc85e195f4d17aacc372a88a277a5",
"type": "github"
"lastModified": 1760252326,
"narHash": "sha256-5v32B25kSE++E+KtP4DO687r/AlWL9qOlOjtYyfcDSw=",
"rev": "66e5020bfe0af40ffa127426f8405edbdadbb40b",
"type": "tarball",
"url": "https://releases.nixos.org/nixos/unstable-small/nixos-25.11pre876242.66e5020bfe0a/nixexprs.tar.xz"
},
"original": {
"owner": "nixOS",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
"type": "tarball",
"url": "https://channels.nixos.org/nixos-unstable-small/nixexprs.tar.xz"
}
},
"root": {

View File

@@ -1,7 +1,7 @@
{
inputs = {
nixpkgs.url = "https://channels.nixos.org/nixos-25.05/nixexprs.tar.xz";
nixpkgs-unstable.url = "github:nixOS/nixpkgs/master";
nixpkgs-unstable.url = "https://channels.nixos.org/nixos-unstable-small/nixexprs.tar.xz";
nixpkgs-forked.url = "github:transcaffeine/nixpkgs/nexus/3.81.1";
nixpkgs-local = {
url = "git+file:/home/transcaffeine/git/transcaffeine/nixpkgs";