fix: we have to build our own openssl to use standard paths

This commit is contained in:
Lars Sjöström 2025-03-12 12:47:56 +01:00
parent 4ecf8ead2a
commit 5ecfd546f6
No known key found for this signature in database
5 changed files with 176 additions and 3 deletions
pkgs/rootfs

View file

@ -30,6 +30,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
tpm2Libs = patosPkgs.tpm2-tss.out;
kexec = patosPkgs.kexec.out;
lvm2 = patosPkgs.lvm2.out;
openssl = patosPkgs.openssl.out;
builder = ./mkrootfs.sh;
})