about summary refs log tree commit diff
path: root/pkgs/applications/misc/keybase
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-11-17 21:29:29 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2015-11-17 21:30:43 +0100
commit7fd2796e994842e7c7998ad81d7815838b0226fe (patch)
tree3e2e0c16c76ee468e501fa91d9068004923a1a39 /pkgs/applications/misc/keybase
parent8ca605fccb1760e06cf79b2898e05b63848e434c (diff)
Replace 'with plaforms; platform' with 'platforms.platform'
Diffstat (limited to 'pkgs/applications/misc/keybase')
-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 dea0e9062df60..bead4e82571c3 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;
   };
 }