libhsts: link update script

This commit is contained in:
Sandro Jäckel 2025-08-04 00:09:49 +02:00
parent 038dbf54bc
commit 483a4853a5
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -53,6 +53,8 @@ stdenv.mkDerivation rec {
python3
];
passthru.updateScript = ./update.sh;
meta = {
description = "Library to easily check a domain against the Chromium HSTS Preload list";
mainProgram = "hsts";