Adding default.nix for easier installation on Linux systems having nix package manager #2

Merged
jess merged 2 commits from pxlman/Acord:main into main 2026-05-07 07:54:05 +00:00
1 changed files with 6 additions and 0 deletions
Showing only changes of commit 6176bf789d - Show all commits

View File

@ -57,6 +57,12 @@ cargo install cargo-zigbuild
Or build a single target: `cargo xtask package --target windows-aarch64`.
Or (on linux only) you can use the nix shell:
```bash
cd Acord
nix-shell . --run "acord"
```
---