From d2523a4f3db5fa80f835c10188dd59a25be0c2ee Mon Sep 17 00:00:00 2001 From: Marius Bergmann Date: Thu, 1 Dec 2016 13:51:47 +0100 Subject: rssh: Make rssh a valid shell The rssh package did not have the 'shellPath' attribute, so it could not be used as the default shell for a nixos user. I fixed this by adding the attribute. --- pkgs/shells/rssh/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/shells/rssh') diff --git a/pkgs/shells/rssh/default.nix b/pkgs/shells/rssh/default.nix index 8aa6c2608fa..f1fb4d03121 100644 --- a/pkgs/shells/rssh/default.nix +++ b/pkgs/shells/rssh/default.nix @@ -79,4 +79,8 @@ stdenv.mkDerivation rec { platforms = platforms.unix; maintainers = with maintainers; [ arobyn ]; }; + + passthru = { + shellPath = "/bin/rssh"; + }; } -- cgit 1.4.1