summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-13 19:03:14 -0500
committerseth <[email protected]>2023-11-13 19:03:14 -0500
commite1387ae4821a95efabb356581f2234ef4aab42cb (patch)
tree32b5eb2932da4027a157d4e9d9fa158c0e80dddf /flake.nix
parentbdeb3438b635dce453310466a3ade6317fb0e0f7 (diff)
atlas: start hosting teawiebot
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 1a13ac3..501c88d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -116,6 +116,15 @@
nixpkgs-stable.follows = "nixpkgs";
};
};
+
+ teawiebot = {
+ url = "github:getchoo/teawiebot";
+ inputs = {
+ nixpkgs.follows = "nixpkgs";
+ parts.follows = "parts";
+ pre-commit.follows = "pre-commit";
+ };
+ };
};
outputs = {parts, ...} @ inputs: