Merge pull request #296189 from antifuchs/busybox-as-shell

busybox: Set shellPath up so that ash can be a login shell
This commit is contained in:
K900 2024-04-16 15:56:52 +03:00 committed by GitHub
commit 2b3411f879
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -159,6 +159,8 @@ stdenv.mkDerivation rec {
doCheck = false; # tries to access the net
passthru.shellPath = "/bin/ash";
meta = with lib; {
description = "Tiny versions of common UNIX utilities in a single small executable";
homepage = "https://busybox.net/";