diff options
Diffstat (limited to 'third_party/nixpkgs')
-rw-r--r-- | third_party/nixpkgs/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index dcca6db7ea55..daae0ca8aaac 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -54,6 +54,10 @@ let # binaryen does not build on unstable as of 2022-08-22 binaryen + + # mysql80 is broken as of 2023-04-26, but should work after the next + # staging-next cycle: https://github.com/NixOS/nixpkgs/issues/226673 + mysql80 ; }; |