diff options
Diffstat (limited to 'third_party/nixpkgs')
-rw-r--r-- | third_party/nixpkgs/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 08ec6f85244e..747cf5a11480 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -52,9 +52,6 @@ let stableOverlay = _unstableSelf: unstableSuper: { # 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; }; # Overlay to expose the nixpkgs commits we are using to other Nix code. |