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 beefd362d4 - Show all commits

24
flake.lock generated
View file

@ -1263,6 +1263,29 @@
"type": "github" "type": "github"
} }
}, },
"rigging": {
"inputs": {
"flake-parts": [
"flake-parts"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1771373909,
"narHash": "sha256-bUv9ZtGPOGINXirJoOUfICkpQ3pgwkAkcRXecF+RcEc=",
"ref": "refs/heads/main",
"rev": "6f555de30d23d32923e0280af185525ab8648774",
"revCount": 2,
"type": "git",
"url": "ssh://git@git.toph.so/toph/rigging.git"
},
"original": {
"type": "git",
"url": "ssh://git@git.toph.so/toph/rigging.git"
}
},
"root": { "root": {
"inputs": { "inputs": {
"agenix": "agenix", "agenix": "agenix",
@ -1285,6 +1308,7 @@
"nixpkgs": "nixpkgs_7", "nixpkgs": "nixpkgs_7",
"noctalia": "noctalia", "noctalia": "noctalia",
"nur": "nur", "nur": "nur",
"rigging": "rigging",
"stylix": "stylix", "stylix": "stylix",
"unstable": "unstable", "unstable": "unstable",
"waka-victoriametrics": "waka-victoriametrics" "waka-victoriametrics": "waka-victoriametrics"