Fix outputs to out
This commit is contained in:
parent
696271700a
commit
2e6ec04d74
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ let
|
|||
passAsFile = [ "buildCommand" ];
|
||||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
outputs = [ "out" ];
|
||||
inherit d1 d2;
|
||||
} // (removeAttrs args [ "builder" "system" "deriver" "stdenv" ]));
|
||||
} // (removeAttrs args [ "builder" "system" "deriver" "stdenv" "outputs" ]));
|
||||
in drv; # myself
|
||||
in resolve
|
||||
|
|
Loading…
Add table
Reference in a new issue