add: caitsith discord bot input
This commit is contained in:
+6
-1
@@ -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 {};
|
||||
|
||||
Reference in New Issue
Block a user