From bbd7dde0bdd881b416cb1d5d065f555c6984cf4c Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Mon, 14 Feb 2022 05:16:37 +1000 Subject: faas-cli: remove unnecessary platforms --- pkgs/development/tools/faas-cli/default.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'pkgs/development/tools') diff --git a/pkgs/development/tools/faas-cli/default.nix b/pkgs/development/tools/faas-cli/default.nix index 236404e9472..c4b0b656953 100644 --- a/pkgs/development/tools/faas-cli/default.nix +++ b/pkgs/development/tools/faas-cli/default.nix @@ -38,13 +38,5 @@ buildGoModule rec { description = "Official CLI for OpenFaaS "; license = licenses.mit; maintainers = with maintainers; [ welteki ]; - platforms = [ - "x86_64-linux" - "x86_64-darwin" - "aarch64-linux" - "aarch64-darwin" - "armv7l-linux" - "armv6l-linux" - ]; }; } -- cgit 1.4.1