diff options
-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 |