We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3103d commit 2cc2b6aCopy full SHA for 2cc2b6a
README.md
@@ -22,10 +22,11 @@ The `build.sbt` points to `clang` binaries provided by the `devshell`.
22
23
24
## TODOs
25
-- [ ] non-Nix friendly.
26
-- [ ] build and package with Nix Flakes.
27
-- [ ] automatically build and publish the ELF and the unikernel image.
28
-- [ ] continuous deployment to DigitalOcean.
+- [ ] Static ELF.
+- [ ] Non-Nix friendly.
+- [ ] Build and package with Nix Flakes.
+- [ ] Automatically build and publish the ELF and the unikernel image.
29
+- [ ] Continuous deployment to DigitalOcean.
30
31
## Note on Nix
32
You can use this repo without `nix` if all of the above provided by your own environment, but you will need to update the [`build.sbt`](./build.sbt).
0 commit comments