feat: add pr-tracker service

This commit is contained in:
matt1432 2024-07-30 00:24:10 -04:00
parent ffb8b9f154
commit dbc4e70900
6 changed files with 99 additions and 7 deletions

View file

@ -274,6 +274,12 @@
repo = "pokemon-colorscripts";
type = "gitlab";
};
pr-tracker = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "matt1432";
repo = "pr-tracker";
type = "github";
};
protonhax-src = {
flake = false;
owner = "jcnils";