Skip to content

Commit

Permalink
Merge pull request #45 from serlovesferrets/adding-ocaml
Browse files Browse the repository at this point in the history
Added OCaml to flake.nix
  • Loading branch information
lucperkins authored Jun 22, 2024
2 parents 0db744f + 120a55a commit 7550a44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@
description = "Node.js development environment";
};

ocaml = {
path = ./ocaml;
description = "OCaml development environment";
};

opa = {
path = ./opa;
description = "Open Policy Agent development environment";
Expand Down

0 comments on commit 7550a44

Please sign in to comment.