Unverified Commit 2b3411f8 authored by K900's avatar K900 Committed by GitHub
Browse files

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

busybox: Set shellPath up so that ash can be a login shell
parents 587b27b7 a7c88406
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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/";