diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/nixpkgs/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 23252b60ab5e..8a0abfba58f2 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. |