ktls-utils: add passthru.updateScript

This commit is contained in:
arthsmn 2024-01-03 08:04:48 -03:00
parent 75edae02dd
commit 737f21efae
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";