From 5cb642f64364bf2a8961d8f00ed483bfbf34ae88 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Wed, 26 Mar 2025 02:49:26 -0400 Subject: [PATCH] decouple dependency --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 5526b55..3a4978a 100644 --- a/flake.nix +++ b/flake.nix @@ -59,10 +59,10 @@ }; hydra = { - url = "github:fx-chun/hydra"; - inputs = { - nixpkgs.follows = "nixpkgs"; - }; + url = "github:fx-chun/hydra/add-gitea-pulls"; + # inputs = { + # nixpkgs.follows = "nixpkgs"; + # }; }; hyprland-contrib = {