Add simple justfile

This commit is contained in:
Bryan Bennett 2024-01-08 14:54:03 -05:00
parent 897ae138ea
commit 21c8ff71e5
No known key found for this signature in database
GPG key ID: EE149E4215408DE9
2 changed files with 6 additions and 0 deletions

View file

@ -29,6 +29,7 @@
devShells.default = pkgs.mkShell {
inputsFrom = [ self'.packages.default ];
packages = [
pkgs.just
pkgs.ocamlPackages.dune_3
pkgs.ocamlPackages.findlib
pkgs.ocamlPackages.ocaml