nim-sds/nix/README.md

24 lines
375 B
Markdown
Raw Normal View History

# Usage
## Shell
A development shell can be started using:
```sh
nix develop
```
## Building
To simply build you can use:
```sh
nix build '.#libsds'
```
It can be also done without even cloning the repo:
```sh
nix build github:waku-org/nim-sds
nix build github:waku-org/nim-sds#libsds-ios
nix build github:waku-org/nim-sds#libsds-android-arm64"
```
Or as a flake input.