move to own hydra flake
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 17s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m37s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 7m10s

This commit is contained in:
ahuston-0 2025-03-29 16:12:55 -04:00
parent 8c5d2dc30b
commit 492b2d493b
No known key found for this signature in database
GPG Key ID: 47940175096C1330
2 changed files with 10 additions and 10 deletions

18
flake.lock generated
View File

@ -334,18 +334,18 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1740884653, "lastModified": 1743278932,
"narHash": "sha256-L0eN/hFRH1JSDvmuBOXBfETU07WckA7b3UFxHRVdp3M=", "narHash": "sha256-Is+C1Dnjsy1NKx5lRjTalrTOnDe6Bm24A/xNcAglrmE=",
"owner": "fx-chun", "ref": "add-gitea-pulls",
"repo": "hydra", "rev": "c4e22da1fab292d1a712f23d015c55b567e64a39",
"rev": "99e3ad325cb829ff10a024659fd1b62316c06a1f", "revCount": 4339,
"type": "github" "type": "git",
"url": "https://nayeonie.com/ahuston-0/hydra"
}, },
"original": { "original": {
"owner": "fx-chun",
"ref": "add-gitea-pulls", "ref": "add-gitea-pulls",
"repo": "hydra", "type": "git",
"type": "github" "url": "https://nayeonie.com/ahuston-0/hydra"
} }
}, },
"hyprland-contrib": { "hyprland-contrib": {

View File

@ -60,7 +60,7 @@
}; };
hydra = { hydra = {
url = "github:fx-chun/hydra/add-gitea-pulls"; url = "git+https://nayeonie.com/ahuston-0/hydra?ref=add-gitea-pulls";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
}; };