diff --git a/devices/nos/modules/subtitles/default.nix b/devices/nos/modules/subtitles/default.nix index df03ca8d..dcfb11c7 100644 --- a/devices/nos/modules/subtitles/default.nix +++ b/devices/nos/modules/subtitles/default.nix @@ -12,7 +12,7 @@ in { # TODO: # - Improve cleanup - # - figure out bazarr postprocessing with subsync + # - figure out bazarr postprocessing with syncing subs environment.systemPackages = [ bazarr-bulk diff --git a/flake.lock b/flake.lock index f5f9ce4c..a9372e18 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/flake.nix b/flake.nix index b1172058..59eda47f 100644 Binary files a/flake.nix and b/flake.nix differ diff --git a/inputs.nix b/inputs.nix index aa2c05b2..731faa0d 100644 --- a/inputs.nix +++ b/inputs.nix @@ -98,14 +98,6 @@ let owner = "mateoradman"; repo = "bazarr-bulk"; }; - - subsync = mkDep { - owner = "matt1432"; - repo = "subsync"; - - # Keep version that uses Sphinxbase - rev = "ee9e1592ae4ec7c694d8857aa72be079d81ea209"; - }; }; desktopInputs = {