summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/eliom/setup-hook.sh
blob: 096d8f8bf6354242fdc21cc8bfa36455fbf164fc (plain) (blame)
1
2
3
4
5
addOcsigenDistilleryTemplate() {
    addToSearchPathWithCustomDelimiter : ELIOM_DISTILLERY_PATH $1/eliom-distillery-templates
}

envHooks+=(addOcsigenDistilleryTemplate)