fix: we need to roll our own versions of tpm2-tools and tpm2-tss
This commit is contained in:
parent
57f83bd4ac
commit
aa4f69d891
8 changed files with 162 additions and 3 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue