tuliprox: set update script

This commit is contained in:
nyanloutre
2025-11-14 15:48:50 +00:00
parent 70fa43415a
commit bc368b78db
+5 -1
View File
@@ -12,6 +12,7 @@
binaryen,
dart-sass,
nixosTests,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
@@ -67,7 +68,10 @@ rustPlatform.buildRustPackage rec {
cp -rf resources/*.ts $out/resources
'';
passthru.tests = { inherit (nixosTests) tuliprox; };
passthru = {
tests = { inherit (nixosTests) tuliprox; };
updateScript = nix-update-script { };
};
meta = {
description = "Flexible IPTV playlist processor & proxy in Rust";