From f9eddf6f295612cda6a3002f43930862a829612f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 29 Nov 2023 12:39:14 +0300 Subject: fix(3p/nixpkgs): pin tpm2-pkcs11 to version from stable channel This doesn't work correctly in unstable (there's a few suspicious commits, but I haven't debugged it further yet). However, this tool is critical for me, hence the rollback. Change-Id: I1f1e18775324b4aa60a4f3c65abdd51dea596cad Reviewed-on: https://cl.tvl.fyi/c/depot/+/10167 Reviewed-by: tazjin Tested-by: BuildkiteCI Autosubmit: tazjin --- third_party/nixpkgs/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'third_party/nixpkgs') diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 23252b60ab..8a0abfba58 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -55,6 +55,9 @@ let # awscli2 is broken on unstable; 2023-11-22 awscli2 = stableNixpkgs.awscli2; + + # 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