fix: our own derivation for the kernel in order to be able to sign modules

This commit is contained in:
Lars Sjöström 2025-03-13 09:36:42 +01:00
parent 3dec49b2e4
commit 2c2d212e25
No known key found for this signature in database
10 changed files with 508 additions and 32 deletions
pkgs/openssl

View file

@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
configureFlags =
[
"shared" # "shared" builds both shared and static libraries
"--prefix=/usr"
"--prefix=/"
"--libdir=lib"
"--openssldir=/etc/ssl"
]