summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--host/Rory-discordbots/configuration.nix4
-rwxr-xr-xrebuild.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/host/Rory-discordbots/configuration.nix b/host/Rory-discordbots/configuration.nix
index 47f1265..6935f8d 100644
--- a/host/Rory-discordbots/configuration.nix
+++ b/host/Rory-discordbots/configuration.nix
@@ -50,7 +50,9 @@
   };
 
   environment.systemPackages = with pkgs; [
-    botcore-v4.packages.x86_64-linux.default
+    botcore-v4.packages.x86_64-linux.bots
+    botcore-v4.packages.x86_64-linux.frontend
+    botcore-v4.packages.x86_64-linux.dataupdater
   ];
 
 
diff --git a/rebuild.sh b/rebuild.sh
new file mode 100755
index 0000000..0e02eab
--- /dev/null
+++ b/rebuild.sh
@@ -0,0 +1,2 @@
+#!/usr/bin/env sh
+./build.sh / $HOSTNAME
\ No newline at end of file