Merge remote-tracking branch 'upstream/master' into hardened-stdenv

This commit is contained in:
Robin Gloster
2016-07-15 14:41:01 +00:00
1603 changed files with 132258 additions and 39568 deletions
+4
View File
@@ -15,4 +15,8 @@ stdenv.mkDerivation rec {
description = "A POSIX-compliant implementation of /bin/sh that aims to be as small as possible";
hydraPlatforms = stdenv.lib.platforms.linux;
};
passthru = {
shellPath = "/bin/dash";
};
}