lol

dash: add shellPath passthru

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