feat: wire up rigging as second consumer #1

Merged
toph merged 3 commits from feat/rigging-integration into main 2026-02-18 08:39:55 +00:00
Showing only changes of commit 13c5fe53e7 - Show all commits

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