chore(bazarr-bulk): move to upstream flake
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
5f9dca81e1
commit
8acc916117
4 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
inputs = let
|
inputs = let
|
||||||
inherit (import ./input.nix) mkDep mkInput otherInputs;
|
inherit (import ./inputs.nix) mkDep mkInput otherInputs;
|
||||||
|
|
||||||
mainInputs = {
|
mainInputs = {
|
||||||
nixpkgs = mkInput {
|
nixpkgs = mkInput {
|
||||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -119,7 +119,7 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
bazarr-bulk = mkDep {
|
bazarr-bulk = mkDep {
|
||||||
owner = "matt1432";
|
owner = "mateoradman";
|
||||||
repo = "bazarr-bulk";
|
repo = "bazarr-bulk";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue