summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-12-27 03:40:20 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-12-27 03:40:20 +0100
commit3da1bd8036e9e23794b76b0b215bd9a25c356661 (patch)
treec12be72ea8c6500e9a769a37c50423674559af72 /host
parentTiny cleanup (diff)
downloadRory-Open-Architecture-3da1bd8036e9e23794b76b0b215bd9a25c356661.tar.xz
Remove packages from bot cfg
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to 'host')
-rw-r--r--host/Rory-discordbots/configuration.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/host/Rory-discordbots/configuration.nix b/host/Rory-discordbots/configuration.nix
index 0acb681..210803d 100644
--- a/host/Rory-discordbots/configuration.nix
+++ b/host/Rory-discordbots/configuration.nix
@@ -27,13 +27,6 @@
   sound.enable = true;
   hardware.pulseaudio.enable = true;
 
-  environment.systemPackages = with pkgs; [
-    botcore-v4.packages.x86_64-linux.bots
-    botcore-v4.packages.x86_64-linux.frontend
-    botcore-v4.packages.x86_64-linux.dataupdater
-  ];
-
-
   system.stateVersion = "22.11"; # DO NOT EDIT!
 }