diff options
author | Vincent Ambo <tazjin@tvl.su> | 2023-10-08T21·37+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-10-08T22·13+0000 |
commit | 71a00b5ede4b1b234be0534ac6bc5110b7f32501 (patch) | |
tree | ae245bb165e8d58031a29e18746d3109e03bfbb2 /third_party | |
parent | c63c55f052faf3324743295907888c68245be9da (diff) |
chore(3p/nixpkgs): remove current stable overlay picks r/6737
These should be fixed in unstable. Change-Id: Ibff2d42f75869661a834797c2d5d455be3777105 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9586 Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/nixpkgs/default.nix | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 140d3d870424..3fc2aaf7a8fd 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. |