mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 18:14:42 +00:00
7 lines
91 B
Bash
7 lines
91 B
Bash
![]() |
prePhases+=" moveBuildDir"
|
||
|
|
||
|
moveBuildDir() {
|
||
|
mkdir -p $out/.build
|
||
|
cd $out/.build
|
||
|
}
|