summary refs log tree commit diff
path: root/pkgs/applications/misc/keybase/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/keybase/default.nix')
-rw-r--r--pkgs/applications/misc/keybase/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/keybase/default.nix b/pkgs/applications/misc/keybase/default.nix
index dea0e9062df..bead4e82571 100644
--- a/pkgs/applications/misc/keybase/default.nix
+++ b/pkgs/applications/misc/keybase/default.nix
@@ -32,6 +32,6 @@ in nodePackages.buildNodePackage rec {
     license = licenses.mit;
     homepage = https://keybase.io/docs/command_line;
     maintainers = with maintainers; [manveru];
-    platforms = with platforms; linux;
+    platforms = platforms.linux;
   };
 }