2025-11-03 12:13:48 +00:00
|
|
|
# Nidus Sync
|
|
|
|
|
|
|
|
|
|
This is the software that powers [Nidus Cloud Sync](https://sync.nidus.cloud).
|
2025-11-03 12:22:59 +00:00
|
|
|
|
|
|
|
|
## Building from source
|
|
|
|
|
|
|
|
|
|
First, you'll need [Nix](https://nix.dev).
|
|
|
|
|
|
|
|
|
|
Then:
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
nix develop
|
|
|
|
|
go build .
|
|
|
|
|
```
|
|
|
|
|
|