Added options for the different Nix build modes.

This commit is contained in:
Connor Garey 2026-03-30 16:42:49 +01:00
parent 3d58d52ca6
commit bb75dbfb9a

View File

@ -62,7 +62,13 @@ ln -s ./build/compile_commands.json .
#### Nix Flake Build
```bash
nix build .?submodules=1#debugLinux
nix build .?submodules=1#linux.debug
```
```bash
nix build .?submodules=1#linux.release
```
```bash
nix build .?submodules=1#linux.releaseWithDebugInfo
```
#### Other Linux distributions