go: Split output order to match new convention
This commit is contained in:
parent
6086142ece
commit
9b63aff395
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ go.stdenv.mkDerivation (
|
|||
enableParallelBuilding = enableParallelBuilding;
|
||||
|
||||
# I prefer to call this dev but propagatedBuildInputs expects $out to exist
|
||||
outputs = args.outputs or [ "out" "bin" ];
|
||||
outputs = args.outputs or [ "bin" "out" ];
|
||||
|
||||
meta = {
|
||||
# Add default meta information
|
||||
|
|
Loading…
Reference in a new issue