We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a590d9 commit c2ff0eaCopy full SHA for c2ff0ea
flake.nix
@@ -103,22 +103,9 @@
103
modules = [
104
{
105
# https://devenv.sh/reference/options/
106
- packages = [
107
- inputs.fstar.packages.${system}.z3
108
- ] ++ (with inputs.fstar.packages.${system}.ocamlPackages; [
109
- menhir
110
- batteries
111
- menhirLib
112
- pprint
113
- ppx_deriving
114
- ppx_deriving_yojson
115
- ppxlib
116
- process
117
- sedlex
118
- stdint
119
- yojson
120
- zarith
121
- ]);
+ packages = with inputs.fstar.packages.${system}; [ z3 ]
+ ++ fstar-dune.buildInputs
+ ++ fstar-dune.nativeBuildInputs;
122
123
env.OCAMLPATH = "${inputs.fstar.packages.${system}.fstar}/lib/ocaml/4.14.1/site-lib";
124
env.PULSE_HOME = ".";
0 commit comments