Merge pull request #20834 from mbrgm/rssh

rssh: Make rssh a valid shell
This commit is contained in:
Eelco Dolstra 2016-12-01 15:07:19 +01:00 committed by GitHub
commit fdac7e5975

@ -79,4 +79,8 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
maintainers = with maintainers; [ arobyn ];
};
passthru = {
shellPath = "/bin/rssh";
};
}