Commit bc368b78 authored by nyanloutre's avatar nyanloutre
Browse files

tuliprox: set update script

parent 70fa4341
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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";