Compare commits
2 Commits
872b103afc
...
panam
| Author | SHA1 | Date | |
|---|---|---|---|
| f0d8b48ebe | |||
| 149a070935 |
Generated
+20
-7
@@ -71,6 +71,21 @@
|
|||||||
"type": "indirect"
|
"type": "indirect"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"nixpkgs_2": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1781877992,
|
||||||
|
"narHash": "sha256-iAqxefR//nOlNCgNwbJ7dZEyec7ABIWu0VK8PbLixDY=",
|
||||||
|
"owner": "NixOS",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"rev": "bb452854d59d604d25e2a4026e9ac8b8646156f0",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "NixOS",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"nixpkgs_stable": {
|
"nixpkgs_stable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1688392541,
|
"lastModified": 1688392541,
|
||||||
@@ -128,16 +143,14 @@
|
|||||||
"tachikoma": {
|
"tachikoma": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-utils": "flake-utils_2",
|
"flake-utils": "flake-utils_2",
|
||||||
"nixpkgs": [
|
"nixpkgs": "nixpkgs_2"
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1781884897,
|
"lastModified": 1781895204,
|
||||||
"narHash": "sha256-2J3z0t6X5dd6mjBDeYxiSRB1JB0nQX+ftiJtcM5SfDI=",
|
"narHash": "sha256-ABzdazJNFxMLM5bJDsXZnHbpJZ83CUy0TUo/yj/CUJA=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "3a5c68b63e91cdbabce2180ddecacf8f9f566538",
|
"rev": "6650ee26bbfb684b4a9cab55d2d7ebb9afd2ed8c",
|
||||||
"revCount": 189,
|
"revCount": 191,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://forge.room409.xyz/miloignis/tachikoma.git"
|
"url": "https://forge.room409.xyz/miloignis/tachikoma.git"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -10,7 +10,8 @@
|
|||||||
};
|
};
|
||||||
tachikoma = {
|
tachikoma = {
|
||||||
url = "git+https://forge.room409.xyz/miloignis/tachikoma.git";
|
url = "git+https://forge.room409.xyz/miloignis/tachikoma.git";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
#inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
#don't follow because it can change the cargo hash?
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user