about summary refs log tree commit diff
path: root/third_party/nixpkgs
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2023-10-08T21·37+0300
committerclbot <clbot@tvl.fyi>2023-10-08T22·13+0000
commit71a00b5ede4b1b234be0534ac6bc5110b7f32501 (patch)
treeae245bb165e8d58031a29e18746d3109e03bfbb2 /third_party/nixpkgs
parentc63c55f052faf3324743295907888c68245be9da (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/nixpkgs')
-rw-r--r--third_party/nixpkgs/default.nix9
1 files changed, 1 insertions, 8 deletions
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.