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
+2
View File
@@ -8,6 +8,7 @@
darwin.url = "github:LnL7/nix-darwin";
darwin.inputs.nixpkgs.follows = "nixpkgs";
hildibrand.url = "git+https://scm.wyattjmiller.com/wymiller/hildibrand.git";
caitsith.url = "git+https://scm.wyattjmiller.com/wymiller/caitsith.git";
};
outputs = inputs@{ self, nixpkgs, flake-utils, home-manager, darwin, ... }:
@@ -32,6 +33,7 @@
# packages that are already built with Nix go here
hildibrand = inputs.hildibrand.packages.${system}.default;
caitsith = inputs.caitsith.packages.${system}.default;
}
);