mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-02-28 14:13:12 +00:00
This way we can avoid rebuilding Nim every time we build packages. Compilation of `libwaku` with Nim: 9 minutes Compilation of `libwaku` without Nim: 5 minutes Notably this upgrades: - Nim from 2.2.4 to 2.2.8. - Zerokit from 0.9.0 to 1.0.0. Also added CODEOWNERS file for CI and Nix configuration. Depends on: https://github.com/status-im/nimbus-build-system/pull/112 Signed-off-by: Jakub Sokołowski <jakub@status.im>
92 lines
2.2 KiB
JSON
92 lines
2.2 KiB
JSON
{
|
|
"nodes": {
|
|
"nimbusBuildSystem": {
|
|
"inputs": {
|
|
"nixpkgs": [
|
|
"nixpkgs"
|
|
]
|
|
},
|
|
"locked": {
|
|
"lastModified": 1771846495,
|
|
"narHash": "sha256-wwgf8dScFtpMJ2knaY8T2VQmilC/9RC1TCvU5m/2RSY=",
|
|
"rev": "77b2c37f6bb50aac4796a1153b9fdee25d71a26e",
|
|
"revCount": 239,
|
|
"submodules": true,
|
|
"type": "git",
|
|
"url": "file:./vendor/nimbus-build-system"
|
|
},
|
|
"original": {
|
|
"submodules": true,
|
|
"type": "git",
|
|
"url": "file:./vendor/nimbus-build-system"
|
|
}
|
|
},
|
|
"nixpkgs": {
|
|
"locked": {
|
|
"lastModified": 1757590060,
|
|
"narHash": "sha256-EWwwdKLMZALkgHFyKW7rmyhxECO74+N+ZO5xTDnY/5c=",
|
|
"owner": "NixOS",
|
|
"repo": "nixpkgs",
|
|
"rev": "0ef228213045d2cdb5a169a95d63ded38670b293",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "NixOS",
|
|
"repo": "nixpkgs",
|
|
"rev": "0ef228213045d2cdb5a169a95d63ded38670b293",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"root": {
|
|
"inputs": {
|
|
"nimbusBuildSystem": "nimbusBuildSystem",
|
|
"nixpkgs": "nixpkgs",
|
|
"zerokit": "zerokit"
|
|
}
|
|
},
|
|
"rust-overlay": {
|
|
"inputs": {
|
|
"nixpkgs": [
|
|
"zerokit",
|
|
"nixpkgs"
|
|
]
|
|
},
|
|
"locked": {
|
|
"lastModified": 1748399823,
|
|
"narHash": "sha256-kahD8D5hOXOsGbNdoLLnqCL887cjHkx98Izc37nDjlA=",
|
|
"owner": "oxalica",
|
|
"repo": "rust-overlay",
|
|
"rev": "d68a69dc71bc19beb3479800392112c2f6218159",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "oxalica",
|
|
"repo": "rust-overlay",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"zerokit": {
|
|
"inputs": {
|
|
"nixpkgs": [
|
|
"nixpkgs"
|
|
],
|
|
"rust-overlay": "rust-overlay"
|
|
},
|
|
"locked": {
|
|
"lastModified": 1766055337,
|
|
"narHash": "sha256-v75agzTje4y0C4/aoe7fKWTT7PB55drSoAMA6Q4lcv4=",
|
|
"rev": "2071346174e3fea2a5db97549da0ccd30ba6bc4f",
|
|
"revCount": 351,
|
|
"type": "git",
|
|
"url": "file:./vendor/zerokit"
|
|
},
|
|
"original": {
|
|
"type": "git",
|
|
"url": "file:./vendor/zerokit"
|
|
}
|
|
}
|
|
},
|
|
"root": "root",
|
|
"version": 7
|
|
}
|