summary refs log tree commit diff
path: root/pkgs/shells/rssh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/rssh')
-rw-r--r--pkgs/shells/rssh/default.nix4
1 files changed, 4 insertions, 0 deletions
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";
+  };
 }