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: toph/rigging#1

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Christopher Mühl 2026-02-18 09:29:42 +01:00
parent d6d1f921e2
commit 13c5fe53e7
No known key found for this signature in database
GPG key ID: 925AC7D69955293F

View file

@ -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 = {