By Nathan: the system nixpkgs is so old that making the tachikoma flake follow it changes the cargo dependency hash, so we now let it use its own modern nixpkgs

This commit is contained in:
Marcus Godwin
2026-06-19 13:04:22 -04:00
parent 872b103afc
commit 149a070935
2 changed files with 18 additions and 4 deletions
Generated
+16 -3
View File
@@ -71,6 +71,21 @@
"type": "indirect"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1781886833,
"narHash": "sha256-bqeNx2NLhy7WgrnYelivWIzwJgO3P1mmo5e0BXsxhJg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "7bed2d2f31c2681e30c36b1975c3706fb41f885b",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_stable": {
"locked": {
"lastModified": 1688392541,
@@ -128,9 +143,7 @@
"tachikoma": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": [
"nixpkgs"
]
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1781884897,