From e95cfabbdf50f281429516ea14f7a2dd40c495a1 Mon Sep 17 00:00:00 2001 From: Malix Date: Sat, 11 Oct 2025 23:30:21 +0200 Subject: [PATCH] feat(flakes): `github:abathur/resholve` --- flakes/manual.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flakes/manual.toml b/flakes/manual.toml index 945f060b..e42a54ea 100644 --- a/flakes/manual.toml +++ b/flakes/manual.toml @@ -22,6 +22,11 @@ url = "git+https://github.com/raboof/octopin?ref=nix" type = "git" url = "git+https://github.com/TamtamHero/fw-fanctrl?ref=packaging/nix" +[[sources]] +type = "github" +owner = "abathur" +repo = "resholve" + [[sources]] type = "github" owner = "anpandey"