summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatt McHenry <github@matt.mchenryfamily.org>2020-02-28 22:33:06 -0500
committerMatt McHenry <github@matt.mchenryfamily.org>2020-02-28 22:33:06 -0500
commit3a0e58d8f71c6136c9f07915fe13498ba6bce283 (patch)
tree3bb5492a4b8de9af842f3019f86ba019884d75f0
parent84f839b9ac9e8cbacdea5f4bd614363363ff056f (diff)
downloadnixpkgs-3a0e58d8f71c6136c9f07915fe13498ba6bce283.tar
nixpkgs-3a0e58d8f71c6136c9f07915fe13498ba6bce283.tar.gz
nixpkgs-3a0e58d8f71c6136c9f07915fe13498ba6bce283.tar.bz2
nixpkgs-3a0e58d8f71c6136c9f07915fe13498ba6bce283.tar.lz
nixpkgs-3a0e58d8f71c6136c9f07915fe13498ba6bce283.tar.xz
nixpkgs-3a0e58d8f71c6136c9f07915fe13498ba6bce283.tar.zst
nixpkgs-3a0e58d8f71c6136c9f07915fe13498ba6bce283.zip
chefdk: broken on aarch64
-rw-r--r--pkgs/development/tools/chefdk/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/chefdk/default.nix b/pkgs/development/tools/chefdk/default.nix
index 6ad4b378d8c..7f52dec229a 100644
--- a/pkgs/development/tools/chefdk/default.nix
+++ b/pkgs/development/tools/chefdk/default.nix
@@ -16,5 +16,6 @@ bundlerEnv {
     license     = licenses.asl20;
     maintainers = with maintainers; [ offline nicknovitski ];
     platforms   = platforms.unix;
+    badPlatforms = [ "aarch64-linux" ];
   };
 }