From b5dad466d5009c9c6f33538451cd3fbe4e612a3e Mon Sep 17 00:00:00 2001 From: zimbatm Date: Sat, 14 May 2016 14:01:49 +0100 Subject: dash: add shellPath passthru --- pkgs/shells/dash/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/shells') diff --git a/pkgs/shells/dash/default.nix b/pkgs/shells/dash/default.nix index d3104439e578..1a95b4f42e6f 100644 --- a/pkgs/shells/dash/default.nix +++ b/pkgs/shells/dash/default.nix @@ -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"; + }; } -- cgit v1.2.3