1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00
nix-pills/pills/19/stdenv-mkderivation.txt

8 lines
146 B
Plaintext
Raw Normal View History

2017-08-16 12:22:16 -04:00
{
...
builder = attrs.realBuilder or shell;
args = attrs.args or ["-e" (attrs.builder or ./default-builder.sh)];
stdenv = result;
...
}