summary refs log tree commit diff
path: root/pkgs/development/tools/conftest
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/conftest')
-rw-r--r--pkgs/development/tools/conftest/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/conftest/default.nix b/pkgs/development/tools/conftest/default.nix
index 13cf6a60d23..2f661dd44ae 100644
--- a/pkgs/development/tools/conftest/default.nix
+++ b/pkgs/development/tools/conftest/default.nix
@@ -25,6 +25,5 @@ buildGoModule rec {
     inherit (src.meta) homepage;
     license = licenses.asl20;
     maintainers = with maintainers; [ yurrriq ];
-    platforms = platforms.all;
   };
 }