fix: we need to roll our own versions of tpm2-tools and tpm2-tss

This commit is contained in:
Lars Sjöström 2025-02-27 08:59:01 +01:00
parent 57f83bd4ac
commit aa4f69d891
No known key found for this signature in database
8 changed files with 162 additions and 3 deletions

View file

@ -37,6 +37,8 @@
kernel = pkgs.callPackage ./pkgs/kernel { };
glibc = pkgs.callPackage ./pkgs/glibc { };
kexec = pkgs.callPackage ./pkgs/kexec-tools { };
tpm2-tools = pkgs.callPackage ./pkgs/tpm2-tools { inherit patosPkgs; };
tpm2-tss = pkgs.callPackage ./pkgs/tpm2-tss { };
systemd = pkgs.callPackage ./pkgs/systemd { };
dbus-broker = pkgs.callPackage ./pkgs/dbus-broker { };