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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/rssh/default.nix b/pkgs/shells/rssh/default.nix
index f1fb4d03121..b84f5f26685 100644
--- a/pkgs/shells/rssh/default.nix
+++ b/pkgs/shells/rssh/default.nix
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
     '';
     homepage = "http://www.pizzashack.org/rssh/";
     license = licenses.bsd2;
-    platforms = platforms.unix;
+    platforms = platforms.linux;
     maintainers = with maintainers; [ arobyn ];
   };