mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
7 lines
91 B
Bash
7 lines
91 B
Bash
|
prePhases+=" moveBuildDir"
|
||
|
|
||
|
moveBuildDir() {
|
||
|
mkdir -p $out/.build
|
||
|
cd $out/.build
|
||
|
}
|