Skip to content

Commit db2cbe7

Browse files
authored
Merge pull request #3662 from mtzguido/nix
nix: exposing ocamlPackages as before
2 parents e422f42 + ae94732 commit db2cbe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'';
2828
in rec {
2929
packages = {
30-
inherit z3 fstar emacs;
30+
inherit z3 fstar emacs ocamlPackages;
3131
default = fstar;
3232
};
3333
apps.emacs = {

0 commit comments

Comments
 (0)