Merge pull request #278466 from arthsmn/ktls-utils-refactor

ktls-utils: add passthru.updateScript
This commit is contained in:
Peder Bergebakken Sundt 2024-04-17 18:11:52 +02:00 committed by GitHub
commit f4610006d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@
, libnl
, systemd
, withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd
, nix-update-script
}:
stdenv.mkDerivation rec {
@ -42,6 +43,8 @@ stdenv.mkDerivation rec {
doCheck = true;
passthru.updateScript = nix-update-script {};
meta = with lib; {
description = "TLS handshake utilities for in-kernel TLS consumers";
homepage = "https://github.com/oracle/ktls-utils";