aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 06f2cf9..05ba3ca 100644
--- a/flake.nix
+++ b/flake.nix
@@ -11,7 +11,7 @@
in
pkgs.mkShell {
buildInputs = with pkgs;
- [ ncoq ncoq.ocaml ncoqPackages.serapi dune_3 gcc python3 ]
+ [ ncoq ncoq.ocaml ncoqPackages.serapi dune_3 gcc python3 lp_solve ]
++ (with ncoq.ocamlPackages; [ findlib menhir menhirLib ocamlgraph ocp-indent utop merlin ])
++ (with python3Packages; [ alectryon sphinx_rtd_theme ]);
};