diff options
author | Marc Coquand <marc@mccd.space> | 2023-12-15 14:14:28 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2023-12-15 14:14:28 -0600 |
commit | 484b364a433938fb2bc215f1f76e99c432306fb6 (patch) | |
tree | 28ea5b12d34acc8eea6ff479fcd4ea6259e0d8bc | |
parent | 33a65de549b75867b9288963e27215b34ecc3832 (diff) | |
download | wormhole-484b364a433938fb2bc215f1f76e99c432306fb6.tar.gz wormhole-484b364a433938fb2bc215f1f76e99c432306fb6.tar.bz2 wormhole-484b364a433938fb2bc215f1f76e99c432306fb6.zip |
Blah
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 1 | ||||
-rw-r--r-- | readme.md | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -29,7 +29,6 @@ }; query = { ocaml-base-compiler = "*"; - ocamlformat = "*"; }; overlay = final: prev: { "${package}" = prev.${package}.overrideAttrs (_: { @@ -17,6 +17,8 @@ I built it in OCaml because it is by far the most underrated programming languag You'll need [nix](https://nixos.org/) to run it locally. It sets everything up to make it dead easy to run locally. +If you use direnv, then set direnv allow to enable it to start automagically when you cd to the directory. + You'll need to have the experimental flags nix-command and flakes set for it to work. Alternatively, you can execute each command with the flag |