diff --git a/pkgs/by-name/tu/tuliprox/package.nix b/pkgs/by-name/tu/tuliprox/package.nix index f90c504a1a31..2f24156ca3f8 100644 --- a/pkgs/by-name/tu/tuliprox/package.nix +++ b/pkgs/by-name/tu/tuliprox/package.nix @@ -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";