top-level: Make stdenv/default.nix more concise with inherit (expr) id; syntax

This commit is contained in:
John Ericson
2016-10-27 21:47:46 -07:00
parent ca2b03439f
commit d9bc6eb7f0
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -141,5 +141,5 @@ rec {
};
stdenv = stdenvBoot2;
stdenvNative = stdenvBoot2;
}