From 6ce45cbaea127c03c63aa91f7cfc37b42b2b9bdc Mon Sep 17 00:00:00 2001 From: sterni Date: Sun, 16 Apr 2023 15:16:55 +0200 Subject: chore(3p/sources): Bump channels & overlays * //3p/sources: Note that emacs-overlay is not updated for now, as changes in emacs HEAD break //users/sterni/emacs. * //3p/gerrit_plugins/code-owners: deps hash changed once again or was no longer in the Nix store. Unfortunately, building the deps derivations from scratch for gerrit and the gerrit plugins no longer works due to a nixpkgs regression: Due to a (operator precedence) mistake in the way the deps derivation's installPhase is computed, it would append extra code to the installPhase provided by us, causing a bash syntax error. I have proposed a fix for this upstream (). Adding a workaround in the repo would be possible, but a bit annoying. Since the derivations are fixed output anyways, I've opted to build the missing deps derivation (for code-owners) locally using the fixed nixpkgs, updated the sha256 and copied the result into whitby's Nix store. Hopefully by the next time we'll be rebuilding the deps derivations again the fix will have propagated into the NixOS unstable channel. * //users/grfn/system/system:roswellSystem: Use mysql80 from stable. See also https://github.com/NixOS/nixpkgs/issues/226673. Change-Id: I9b9d57f589be4cdc3fd4f39729c170a25a655b74 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8483 Autosubmit: sterni Reviewed-by: flokli Tested-by: BuildkiteCI --- third_party/nixpkgs/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'third_party/nixpkgs') diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index dcca6db7ea..daae0ca8aa 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 ; }; -- cgit 1.4.1