dash: add shellPath passthru

This commit is contained in:
zimbatm 2016-05-14 14:01:49 +01:00
parent 852e9c3096
commit b5dad466d5

View file

@ -13,4 +13,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";
};
}