diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-25 22:04:20 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-25 22:04:20 +0100 |
commit | cbe86db604dcf89cc390e3ea9b5260150118b33b (patch) | |
tree | fa401d65c5c71f144de8f7b5ad0ec6441e21e9a2 | |
parent | Add specialargs to discordbots (diff) | |
download | Rory-Open-Architecture-cbe86db604dcf89cc390e3ea9b5260150118b33b.tar.xz |
Add botcore-v4 to config
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
-rw-r--r-- | host/Rory-discordbots/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-discordbots/configuration.nix b/host/Rory-discordbots/configuration.nix index cb27524..719d3a9 100644 --- a/host/Rory-discordbots/configuration.nix +++ b/host/Rory-discordbots/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, lib, ... }: +{ config, pkgs, lib, botcore-v4, ... }: { imports = |