diff options
-rw-r--r-- | host/Rory-discordbots/configuration.nix | 7 |
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! } |