core/pkgs/build-support/setup-hooks/keep-build-tree.sh
2024-05-13 11:34:52 -04:00

7 lines
91 B
Bash

prePhases+=" moveBuildDir"
moveBuildDir() {
mkdir -p $out/.build
cd $out/.build
}