mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
dash: add shellPath passthru
This commit is contained in:
parent
852e9c3096
commit
b5dad466d5
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user