refactor(subsync): use flake instead

This commit is contained in:
matt1432 2024-04-04 08:57:19 -04:00
parent 2ed1ee2281
commit fc33a7c1fc
17 changed files with 77 additions and 216 deletions

View file

@ -199,6 +199,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
jellyfin-flake = {
type = "github";
owner = "matt1432";
@ -207,6 +208,17 @@
inputs.nixpkgs.follows = "nixpkgs";
};
subsync = {
type = "github";
owner = "matt1432";
repo = "subsync";
# Keep version that uses Sphinxbase
rev = "ee9e1592ae4ec7c694d8857aa72be079d81ea209";
inputs.nixpkgs.follows = "nixpkgs";
};
# Desktop inputs
hyprland = {
type = "github";
@ -300,13 +312,6 @@
flake = false;
};
subsync-src = {
type = "github";
owner = "sc0ty";
repo = "subsync";
flake = false;
};
trash-d-src = {
type = "github";
owner = "rushsteve1";