Commit a7c88406 authored by Andreas Fuchs's avatar Andreas Fuchs
Browse files

busybox: Set shellPath up so that ash can be a login shell

parent bda93c22
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/";