From 492b2d493bdd94e0b92eb0d2425f37ecaf44ba37 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 29 Mar 2025 16:12:55 -0400 Subject: [PATCH] move to own hydra flake --- flake.lock | 18 +++++++++--------- flake.nix | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 18e6a93..11d1aee 100644 --- a/flake.lock +++ b/flake.lock @@ -334,18 +334,18 @@ ] }, "locked": { - "lastModified": 1740884653, - "narHash": "sha256-L0eN/hFRH1JSDvmuBOXBfETU07WckA7b3UFxHRVdp3M=", - "owner": "fx-chun", - "repo": "hydra", - "rev": "99e3ad325cb829ff10a024659fd1b62316c06a1f", - "type": "github" + "lastModified": 1743278932, + "narHash": "sha256-Is+C1Dnjsy1NKx5lRjTalrTOnDe6Bm24A/xNcAglrmE=", + "ref": "add-gitea-pulls", + "rev": "c4e22da1fab292d1a712f23d015c55b567e64a39", + "revCount": 4339, + "type": "git", + "url": "https://nayeonie.com/ahuston-0/hydra" }, "original": { - "owner": "fx-chun", "ref": "add-gitea-pulls", - "repo": "hydra", - "type": "github" + "type": "git", + "url": "https://nayeonie.com/ahuston-0/hydra" } }, "hyprland-contrib": { diff --git a/flake.nix b/flake.nix index 1203729..fdeae91 100644 --- a/flake.nix +++ b/flake.nix @@ -60,7 +60,7 @@ }; hydra = { - url = "github:fx-chun/hydra/add-gitea-pulls"; + url = "git+https://nayeonie.com/ahuston-0/hydra?ref=add-gitea-pulls"; inputs = { nixpkgs.follows = "nixpkgs"; };