From 71a00b5ede4b1b234be0534ac6bc5110b7f32501 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 9 Oct 2023 00:37:18 +0300 Subject: chore(3p/nixpkgs): remove current stable overlay picks These should be fixed in unstable. Change-Id: Ibff2d42f75869661a834797c2d5d455be3777105 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9586 Reviewed-by: sterni Tested-by: BuildkiteCI Autosubmit: tazjin --- third_party/nixpkgs/default.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'third_party/nixpkgs') diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 140d3d8704..3fc2aaf7a8 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -49,14 +49,7 @@ let # instead (e.g. because something is broken in unstable). # Use `stableNixpkgs` from above. stableOverlay = _unstableSelf: _unstableSuper: { - inherit (stableNixpkgs) - # 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 - ; + # nothing is currently broken on unstable. yay! }; # Overlay to expose the nixpkgs commits we are using to other Nix code. -- cgit 1.4.1