about summary refs log tree commit diff
path: root/pkgs/development/tools/packer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/packer/default.nix')
-rw-r--r--pkgs/development/tools/packer/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/packer/default.nix b/pkgs/development/tools/packer/default.nix
index e0a176a15bac..68a606edcd6a 100644
--- a/pkgs/development/tools/packer/default.nix
+++ b/pkgs/development/tools/packer/default.nix
@@ -34,6 +34,5 @@ buildGoModule rec {
     license     = licenses.mpl20;
     maintainers = with maintainers; [ cstrahan zimbatm ma27 techknowlogick ];
     changelog   = "https://github.com/hashicorp/packer/blob/v${version}/CHANGELOG.md";
-    platforms   = platforms.unix;
   };
 }