summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-04 18:29:03 -0500
committerSeth Flynn <[email protected]>2025-02-04 18:46:44 -0500
commitdc0a4af24756bf162ab9081e1041612a03f2aac2 (patch)
treeddf9c38ec49f59ba53754985dea7864ec8b2b437 /flake.nix
parent090b8b759f8b1fda7ac9c6fdda200593adcbc633 (diff)
flake: teawiebot -> moyai-bot
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index 479febc..1371611 100644
--- a/flake.nix
+++ b/flake.nix
@@ -98,6 +98,11 @@
};
};
+ moyai-bot = {
+ url = "github:getchoo/moyai-bot";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
@@ -128,10 +133,5 @@
systems.follows = "agenix/systems";
};
};
-
- teawiebot = {
- url = "github:getchoo/teawiebot";
- inputs.nixpkgs.follows = "nixpkgs";
- };
};
}