1
0
Fork 0

Fix outputs to out

master
Michael Raitza 2021-02-17 09:45:12 +01:00
parent 696271700a
commit 2e6ec04d74
1 changed files with 2 additions and 1 deletions

View File

@ -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