This commit is contained in:
4DBug
2026-08-27 16:11:56 -05:00
parent 82c6a96dbb
commit c8094b6734
13 changed files with 231 additions and 28 deletions
+3 -3
View File
@@ -22,13 +22,13 @@
};
npmDeps = pkgs.fetchNpmDeps {
name = "streamreverse-npm-deps";
name = "bug-tv-npm-deps";
inherit src;
hash = "sha256-pMxVG+OHiqjz1GHWDhhNOsrhoVPzVJ5kXhiRsP0Rflg=";
};
in
pkgs.stdenvNoCC.mkDerivation {
pname = "streamreverse";
pname = "bug-tv";
version = "0.1.0";
inherit src npmDeps;
@@ -111,7 +111,7 @@
enable = lib.mkEnableOption "the bug.tv multi-provider stream finder API";
package = lib.mkOption {
description = "The streamreverse package to run.";
description = "The bug-tv package to run.";
type = lib.types.package;
};