add: caitsith discord bot input

This commit is contained in:
2026-08-11 14:27:08 -04:00
parent ea7094e4e3
commit f3a26325e4
2 changed files with 8 additions and 1 deletions
+6 -1
View File
@@ -1,7 +1,12 @@
{ pkgs, hildibrand }:
{
pkgs,
hildibrand ? null,
caitsith ? null
}:
{
# any packages that are added to pkgs and are inputs, we inherit them here
inherit hildibrand;
inherit caitsith;
# any packages that build instructions are in this repo, they go here
# sable-web = pkgs.callPackage ./common/sable.nix {};