chore: complete deprecate nimbus-build-system

This commit is contained in:
darshankabariya
2026-02-10 03:12:03 +05:30
parent ad5b5a74e9
commit 29bd306008
4 changed files with 2 additions and 16 deletions
-5
View File
@@ -1,8 +1,3 @@
[submodule "vendor/nimbus-build-system"]
path = vendor/nimbus-build-system
url = https://github.com/status-im/nimbus-build-system.git
ignore = untracked
branch = master
[submodule "vendor/nim-chronos"]
path = vendor/nim-chronos
url = https://github.com/status-im/nim-chronos.git
+2 -8
View File
@@ -32,8 +32,7 @@ nix build --print-out-paths '.?submodules=1#libsds-android-x86'
nix build --print-out-paths '.?submodules=1#libsds-android-arm'
```
<details>
<summary>Development shell</summary>
### Development shell
Enter the dev shell (sets up vendored dependencies automatically):
```bash
@@ -62,10 +61,7 @@ nim test sds.nims
The built library is output to `build/`.
</details>
<details>
<summary>Android (without Nix)</summary>
### Android (without Nix)
Download the latest Android NDK. For example, on Ubuntu with Intel:
@@ -101,8 +97,6 @@ ARCH=arm64 ANDROID_ARCH=aarch64-linux-android ARCH_DIRNAME=aarch64-linux-android
The library is output to `build/libsds.so`.
</details>
## Maintenance
```bash
-2
View File
@@ -1,8 +1,6 @@
{
pkgs,
src ? ../.,
# Nimbus-build-system package (used only for pinned Nim compiler).
nim ? null,
# Options: 0,1,2
verbosity ? 2,
# Build targets (e.g., ["libsds"], ["libsds-android-arm64"])
-1
View File
@@ -1,6 +1,5 @@
{
pkgs ? import <nixpkgs> { },
nim ? null,
}:
let