Skip to content

Commit

Permalink
Merge cd9bdaf into 17eec24
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrinberg authored Nov 27, 2023
2 parents 17eec24 + cd9bdaf commit 735290f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@
# dev tools
ocamlformat_0_24_1
yarn
dune-release

ocamlPackages.ppx_expect
ocamlPackages.utop
Expand All @@ -163,6 +162,10 @@
]);
inputsFrom = [ fast.ocaml-lsp fast.jsonrpc fast.lsp ];
};

release = pkgs.mkShell {
buildInputs = [ pkgs.dune-release ];
};
};
});
}

0 comments on commit 735290f

Please sign in to comment.