aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
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
```