re-enable hydra

This commit is contained in:
2025-03-26 02:43:56 -04:00
parent de8ec7cfe6
commit 3e7cd3b59d
8 changed files with 109 additions and 83 deletions

View File

@ -58,6 +58,13 @@
inputs.nixpkgs.follows = "nixpkgs";
};
hydra = {
url = "github:fx-chun/hydra";
inputs = {
nixpkgs.follows = "nixpkgs";
};
};
hyprland-contrib = {
url = "github:hyprwm/contrib";
inputs.nixpkgs.follows = "nixpkgs";
@ -112,14 +119,6 @@
};
};
typhon = {
url = "github:typhon-ci/typhon";
inputs = {
flake-compat.follows = "flake-compat";
nixpkgs.follows = "nixpkgs";
};
};
wired-notify = {
url = "github:Toqozz/wired-notify";
inputs = {