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 <tazjin@tvl.su>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2023-11-29 12:39:14 +03:00 committed by clbot
parent dfb48dcade
commit f9eddf6f29

View file

@ -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.