mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
6 lines
123 B
Bash
6 lines
123 B
Bash
|
addOcamlMakefile () {
|
||
|
export OCAMLMAKEFILE="@out@/include/OCamlMakefile"
|
||
|
}
|
||
|
|
||
|
envHooks=(${envHooks[@]} addOcamlMakefile)
|