From 360c98ce38a8eb94ab3955f4ed46c3a2e709bb74 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 22 Nov 2023 10:41:28 +0300 Subject: chore(3p/sources): bump channels & overlays (2023-11-27) * picked avrdude from stable channel * removed override for texlive, as the upstream fix is merged * picked awscli2 from stable channel * bump tdlib to 1.8.21 (new minimum for telega.el) * tvix/turbofetch: switch to nixpkgs-native mechanism for CARGO_MANIFEST_LINKS (whatever that is) Change-Id: Ic695721b5ca750b89d21cab7a257e1db682b23c0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10083 Reviewed-by: flokli Tested-by: BuildkiteCI Autosubmit: tazjin --- third_party/nixpkgs/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'third_party/nixpkgs') diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index c513893d3f..23252b60ab 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -50,9 +50,11 @@ let # instead (e.g. because something is broken in unstable). # Use `stableNixpkgs` from above. stableOverlay = _unstableSelf: unstableSuper: { - # build-tex-env is broken on unstable; 2023-11-12 - # https://github.com/NixOS/nixpkgs/pull/267083 - texlive = stableNixpkgs.texlive; + # avrdude is broken on unstable; 2023-11-22 + avrdude = stableNixpkgs.avrdude; + + # awscli2 is broken on unstable; 2023-11-22 + awscli2 = stableNixpkgs.awscli2; }; # Overlay to expose the nixpkgs commits we are using to other Nix code. -- cgit 1.4.1