update(flake): switch nixpkgs-unstable input to flake-compatible channel tarballs
This commit is contained in:
17
flake.lock
generated
17
flake.lock
generated
@@ -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": {
|
||||||
|
@@ -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";
|
||||||
|
Reference in New Issue
Block a user