diff options
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"; - }; }; } |
