Skip to content

Commit

Permalink
ocaml: Don't set preBuild to add a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Jul 18, 2024
1 parent 26ff9cc commit 71add0e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ocaml/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@
duneVersion = "3";
src = self.outPath;

# Uncomment if you need the executable of dream_eml during build
# preBuild = ''
# PATH="${ocamlPackages.dream}/bin:$PATH"
# export PATH
# '';
# Add ocamlPackages.dream if you need the executable of dream_eml during
# build

buildInputs = with ocamlPackages; [
ocaml-syntax-shims
Expand Down

0 comments on commit 71add0e

Please sign in to comment.