mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
5 lines
89 B
Nix
5 lines
89 B
Nix
{ runTest }:
|
|
{
|
|
abrmd = runTest ./tpm2-abrmd.nix;
|
|
tpmrm = runTest ./tpm2-tpmrm.nix;
|
|
}
|