fix(ags): use package flag on ts-for-gir

This commit is contained in:
matt1432 2024-07-17 00:21:12 -04:00
parent 628ccd1758
commit 8f0ec20dcf
14 changed files with 142 additions and 185 deletions

View file

@ -49,12 +49,6 @@
repo = "nixos-caddy-cloudflare";
type = "github";
};
curseforge-server-downloader-src = {
flake = false;
owner = "Malpiszonekx4";
repo = "curseforge-server-downloader";
type = "github";
};
discord-overlay = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "matt1432";
@ -332,6 +326,12 @@
repo = "trash-d";
type = "github";
};
ts-for-gir-src = {
flake = false;
owner = "gjsify";
repo = "ts-for-gir";
type = "github";
};
vimplugin-easytables-src = {
flake = false;
owner = "Myzel394";