From 484b364a433938fb2bc215f1f76e99c432306fb6 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Fri, 15 Dec 2023 14:14:28 -0600 Subject: Blah --- flake.nix | 1 - readme.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 97e364f..94ecf7b 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,6 @@ }; query = { ocaml-base-compiler = "*"; - ocamlformat = "*"; }; overlay = final: prev: { "${package}" = prev.${package}.overrideAttrs (_: { diff --git a/readme.md b/readme.md index b452f8a..94e75eb 100644 --- a/readme.md +++ b/readme.md @@ -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 -- cgit v1.2.3