treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
This commit is contained in:
@@ -44,7 +44,7 @@ in stdenv.mkDerivation rec {
|
||||
INSTALL_TARGET
|
||||
'';
|
||||
|
||||
outputs = [ "dev" "out" "tools" ];
|
||||
outputs = [ "out" "dev" "tools" ];
|
||||
|
||||
preConfigure = "cd nss";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user