chore(bazarr-bulk): move to upstream flake
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-05-20 11:44:00 -04:00
parent 5f9dca81e1
commit 8acc916117
4 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
inputs = let
inherit (import ./input.nix) mkDep mkInput otherInputs;
inherit (import ./inputs.nix) mkDep mkInput otherInputs;
mainInputs = {
nixpkgs = mkInput {

Binary file not shown.

BIN
flake.nix

Binary file not shown.

View file

@ -119,7 +119,7 @@ let
};
bazarr-bulk = mkDep {
owner = "matt1432";
owner = "mateoradman";
repo = "bazarr-bulk";
};