fix: remove old patosPkgs ref

This commit is contained in:
Lars Sjöström 2025-06-17 10:17:19 +02:00
commit 1cf254e94d
No known key found for this signature in database

View file

@ -7,7 +7,6 @@
pkg-config,
curl,
openssl,
patosPkgs,
libuuid,
}:
@ -25,7 +24,7 @@ stdenv.mkDerivation {
buildInputs = [
curl
openssl
patosPkgs.tpm2-tss
pkgs.patos.tpm2-tss
libuuid
];