chore: remove subsync from inputs
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
327924ebd6
commit
92d89e1cd3
4 changed files with 1 additions and 9 deletions
|
@ -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
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -98,14 +98,6 @@ let
|
|||
owner = "mateoradman";
|
||||
repo = "bazarr-bulk";
|
||||
};
|
||||
|
||||
subsync = mkDep {
|
||||
owner = "matt1432";
|
||||
repo = "subsync";
|
||||
|
||||
# Keep version that uses Sphinxbase
|
||||
rev = "ee9e1592ae4ec7c694d8857aa72be079d81ea209";
|
||||
};
|
||||
};
|
||||
|
||||
desktopInputs = {
|
||||
|
|
Loading…
Reference in a new issue