From 2331cb36ce036cb598c43fb885facd2798e01958 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Tue, 1 Apr 2025 15:12:46 -0400 Subject: [PATCH] resync hydra --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 3a64136..92ea149 100644 --- a/flake.lock +++ b/flake.lock @@ -332,16 +332,16 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1743447171, - "narHash": "sha256-5+lbBGlOmVa+dNY8L4ElDCkB7+VedZpPTcBOFIF+0TM=", - "ref": "add-gitea-pulls", - "rev": "a20f37b97fa43eea1570bf125ee95f19ba7e2674", - "revCount": 4327, + "lastModified": 1743533920, + "narHash": "sha256-Hc+AaLFuUxPE6o24lV5bqnj290FZx0+K24Gt5BfFwxs=", + "ref": "feature/resync", + "rev": "364e2dbf68c282015c3e08f32540555cdfba6dcb", + "revCount": 4343, "type": "git", "url": "https://nayeonie.com/ahuston-0/hydra" }, "original": { - "ref": "add-gitea-pulls", + "ref": "feature/resync", "type": "git", "url": "https://nayeonie.com/ahuston-0/hydra" } diff --git a/flake.nix b/flake.nix index b1915e8..b0c399f 100644 --- a/flake.nix +++ b/flake.nix @@ -60,7 +60,7 @@ }; hydra = { - url = "git+https://nayeonie.com/ahuston-0/hydra?ref=add-gitea-pulls"; + url = "git+https://nayeonie.com/ahuston-0/hydra?ref=feature/resync"; # inputs = { # nixpkgs.follows = "nixpkgs"; # };