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:
parent
d6d1f921e2
commit
13c5fe53e7
1 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,11 @@
|
||||||
import-tree.url = "github:vic/import-tree";
|
import-tree.url = "github:vic/import-tree";
|
||||||
easy-hosts.url = "github:tgirlcloud/easy-hosts";
|
easy-hosts.url = "github:tgirlcloud/easy-hosts";
|
||||||
deploy-rs.url = "github:serokell/deploy-rs";
|
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
|
# System management
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue