Add metacircular control programs to rift, orion, and vade

Install mciasctl, mciasgrpcctl, mcrctl, and mcproxyctl via new
configs/mcpkg.nix module. Adds flake inputs for mcias, mcr, and
mc-proxy from git.wntrmute.dev.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-25 21:11:25 -07:00
parent 9680c31a7b
commit 71702dfb06
6 changed files with 104 additions and 7 deletions

View File

@@ -32,6 +32,14 @@
cert.url = "github:kisom/cert";
cert.inputs.nixpkgs.follows = "nixpkgs";
mcias.url = "git+ssh://git@git.wntrmute.dev/kyle/mcias.git";
mcr.url = "git+ssh://git@git.wntrmute.dev/kyle/mcr";
mcr.inputs.nixpkgs.follows = "nixpkgs";
mc-proxy.url = "git+ssh://git@git.wntrmute.dev/kyle/mc-proxy";
mc-proxy.inputs.nixpkgs.follows = "nixpkgs";
# exo.url = "git+https://git.wntrmute.dev/kyle/exo";
# exo.inputs.nixpkgs.follows = "nixpkgs";