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

View File

@@ -1,7 +1,7 @@
{ {
inputs = { inputs = {
nixpkgs.url = "https://channels.nixos.org/nixos-25.05/nixexprs.tar.xz"; 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-forked.url = "github:transcaffeine/nixpkgs/nexus/3.81.1";
nixpkgs-local = { nixpkgs-local = {
url = "git+file:/home/transcaffeine/git/transcaffeine/nixpkgs"; url = "git+file:/home/transcaffeine/git/transcaffeine/nixpkgs";