mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
10 lines
91 B
Bash
10 lines
91 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
preBuild=preBuild
|
||
|
|
||
|
preBuild() {
|
||
|
cp $config .config
|
||
|
}
|
||
|
|
||
|
genericBuild
|