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 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
inputs = let
|
||||
inherit (import ./input.nix) mkDep mkInput otherInputs;
|
||||
inherit (import ./inputs.nix) mkDep mkInput otherInputs;
|
||||
|
||||
mainInputs = {
|
||||
nixpkgs = mkInput {
|
||||
|
|
10
flake.lock
generated
10
flake.lock
generated
|
@ -122,15 +122,15 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1716075802,
|
||||
"narHash": "sha256-FOsceX6qDdhQs7Pe0W61kem5NOcsKCscJyB8e9XaMsI=",
|
||||
"owner": "matt1432",
|
||||
"lastModified": 1716207360,
|
||||
"narHash": "sha256-m6w2pd9ZBa2cW9EFIcZW8/1MnGQGRodLrGzAnmtSU5Q=",
|
||||
"owner": "mateoradman",
|
||||
"repo": "bazarr-bulk",
|
||||
"rev": "ae0ec433ff22600fb36c1a747aa4182eed997bd8",
|
||||
"rev": "d9bb1308349a13f5e1cdad97dadd44a7a1dcb9e5",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "matt1432",
|
||||
"owner": "mateoradman",
|
||||
"repo": "bazarr-bulk",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
};
|
||||
bazarr-bulk = {
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
owner = "matt1432";
|
||||
owner = "mateoradman";
|
||||
repo = "bazarr-bulk";
|
||||
type = "github";
|
||||
};
|
||||
|
|
|
@ -119,7 +119,7 @@ let
|
|||
};
|
||||
|
||||
bazarr-bulk = mkDep {
|
||||
owner = "matt1432";
|
||||
owner = "mateoradman";
|
||||
repo = "bazarr-bulk";
|
||||
};
|
||||
|
Loading…
Add table
Reference in a new issue