···13 description = "A POSIX-compliant implementation of /bin/sh that aims to be as small as possible";
14 hydraPlatforms = stdenv.lib.platforms.linux;
15 };
000016}
···13 description = "A POSIX-compliant implementation of /bin/sh that aims to be as small as possible";
14 hydraPlatforms = stdenv.lib.platforms.linux;
15 };
16+17+ passthru = {
18+ shellPath = "/bin/dash";
19+ };
20}