From c397aaceef4ab72a9437eeb6fb97d534dce1b663 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 4 Feb 2024 20:32:19 +0300 Subject: fix(3p/overlays): pin specific version of tpm2-pkcs11 Newer versions broke compatibility with who knows whatever part of the stack is required for correct TVM + OpenVPN interaction, but I need this to work. This was previously picked from stable, but we've bumped stable and it has advanced to a version where this is also broken. I believe this is a known issue, but right now I don't have the time to look into it. Change-Id: I1060f3ecfd7b43ebe5e1860f59f7574ca094570a Reviewed-on: https://cl.tvl.fyi/c/depot/+/10743 Reviewed-by: tazjin Autosubmit: tazjin Tested-by: BuildkiteCI --- third_party/nixpkgs/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'third_party/nixpkgs/default.nix') diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 08ec6f8524..747cf5a114 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. -- cgit 1.4.1