diff options
| author | Seth Flynn <[email protected]> | 2025-02-04 18:29:03 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-04 18:46:44 -0500 |
| commit | dc0a4af24756bf162ab9081e1041612a03f2aac2 (patch) | |
| tree | ddf9c38ec49f59ba53754985dea7864ec8b2b437 /flake.nix | |
| parent | 090b8b759f8b1fda7ac9c6fdda200593adcbc633 (diff) | |
flake: teawiebot -> moyai-bot
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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"; - }; }; } |
