about summary refs log tree commit diff
path: root/third_party/nixpkgs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nixpkgs')
-rw-r--r--third_party/nixpkgs/default.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix
index 8a0abfba58..08ec6f8524 100644
--- a/third_party/nixpkgs/default.nix
+++ b/third_party/nixpkgs/default.nix
@@ -50,11 +50,8 @@ let
   # instead (e.g. because something is broken in unstable).
   # Use `stableNixpkgs` from above.
   stableOverlay = _unstableSelf: unstableSuper: {
-    # avrdude is broken on unstable; 2023-11-22
-    avrdude = stableNixpkgs.avrdude;
-
-    # awscli2 is broken on unstable; 2023-11-22
-    awscli2 = stableNixpkgs.awscli2;
+    # weird memory access issues in SBCL on AMD; 2024-02-01
+    sbcl = stableNixpkgs.sbcl;
 
     # TPM authentication seems broken on unstable; 2023-11-29
     tpm2-pkcs11 = stableNixpkgs.tpm2-pkcs11;