diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-08-31 16:41:47 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-08-31 16:41:47 +0900 |
| commit | 54699e921e23a684c711773b123c1bcfecd91ae0 (patch) | |
| tree | 606ac78296ecc82b6ab215931951073c9188c1c3 /README.md | |
| parent | c84b5ccd48ca188f439cde3e5cdac95d26ed0be3 (diff) | |
| download | ducc-54699e921e23a684c711773b123c1bcfecd91ae0.tar.gz ducc-54699e921e23a684c711773b123c1bcfecd91ae0.tar.zst ducc-54699e921e23a684c711773b123c1bcfecd91ae0.zip | |
feat: add Nix support
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -12,6 +12,23 @@ Ducc, Decidedly Unimplemented C compiler, is a toy C compiler. * [just](https://github.com/casey/just) +### Optional: Nix support + +This project includes Nix support with flake. + +To build: + +``` +$ nix build +``` + +To develop: + +``` +$ nix develop +``` + + ## Build ``` |
