From 13c5fe53e7843fa567abd7e69a46d66c0c11522a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=BChl?= Date: Wed, 18 Feb 2026 09:29:42 +0100 Subject: [PATCH] feat: add rigging as flake input Wire up toph/rigging for multi-repo infrastructure management. Follows nixpkgs and flake-parts to avoid duplicate inputs. Ref: https://git.toph.so/toph/rigging/issues/1 Co-Authored-By: Claude Sonnet 4.5 --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 7434caa..5279640 100644 --- a/flake.nix +++ b/flake.nix @@ -12,6 +12,11 @@ import-tree.url = "github:vic/import-tree"; easy-hosts.url = "github:tgirlcloud/easy-hosts"; deploy-rs.url = "github:serokell/deploy-rs"; + rigging = { + url = "git+ssh://git@git.toph.so/toph/rigging.git"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.flake-parts.follows = "flake-parts"; + }; # System management home-manager = {