aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-08-31 16:41:47 +0900
committernsfisis <nsfisis@gmail.com>2025-08-31 16:41:47 +0900
commit54699e921e23a684c711773b123c1bcfecd91ae0 (patch)
tree606ac78296ecc82b6ab215931951073c9188c1c3 /README.md
parentc84b5ccd48ca188f439cde3e5cdac95d26ed0be3 (diff)
downloadducc-54699e921e23a684c711773b123c1bcfecd91ae0.tar.gz
ducc-54699e921e23a684c711773b123c1bcfecd91ae0.tar.zst
ducc-54699e921e23a684c711773b123c1bcfecd91ae0.zip
feat: add Nix support
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 14822d2..3fe06f5 100644
--- a/README.md
+++ b/README.md
@@ -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
```