chefdk: broken on aarch64

This commit is contained in:
Matt McHenry 2020-02-28 22:33:06 -05:00
parent 84f839b9ac
commit 3a0e58d8f7
1 changed files with 1 additions and 0 deletions

View File

@ -16,5 +16,6 @@ bundlerEnv {
license = licenses.asl20;
maintainers = with maintainers; [ offline nicknovitski ];
platforms = platforms.unix;
badPlatforms = [ "aarch64-linux" ];
};
}