chore: remove subsync from inputs
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-11-15 14:17:16 -05:00
parent 327924ebd6
commit 92d89e1cd3
4 changed files with 1 additions and 9 deletions

View file

@ -12,7 +12,7 @@
in { in {
# TODO: # TODO:
# - Improve cleanup # - Improve cleanup
# - figure out bazarr postprocessing with subsync # - figure out bazarr postprocessing with syncing subs
environment.systemPackages = [ environment.systemPackages = [
bazarr-bulk bazarr-bulk

Binary file not shown.

BIN
flake.nix

Binary file not shown.

View file

@ -98,14 +98,6 @@ let
owner = "mateoradman"; owner = "mateoradman";
repo = "bazarr-bulk"; repo = "bazarr-bulk";
}; };
subsync = mkDep {
owner = "matt1432";
repo = "subsync";
# Keep version that uses Sphinxbase
rev = "ee9e1592ae4ec7c694d8857aa72be079d81ea209";
};
}; };
desktopInputs = { desktopInputs = {