libhsts: link update script

This commit is contained in:
Sandro Jäckel
2025-08-04 19:07:36 +02:00
parent 038dbf54bc
commit 483a4853a5
+2
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";