diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-27 02:01:00 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-27 02:01:00 +0100 |
commit | 02fb4ed01f64c7c5b5e05b9ce29a012ad263e6d2 (patch) | |
tree | 66a682dba72150b17284e4105d0d116b04c76544 | |
parent | Use postgres settings instead of extraConfig (diff) | |
download | Rory-Open-Architecture-02fb4ed01f64c7c5b5e05b9ce29a012ad263e6d2.tar.xz |
Update botcore package refs
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
-rw-r--r-- | host/Rory-discordbots/configuration.nix | 4 | ||||
-rwxr-xr-x | rebuild.sh | 2 |
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 |