summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-12-25 22:03:35 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-12-25 22:03:35 +0100
commit2a69eec376d35b1f9e3b9fb0a88837b51935e3c7 (patch)
tree358f0f77bb08662824e400117790ef33f5a0dbf7
parentRemove services (diff)
downloadRory-Open-Architecture-2a69eec376d35b1f9e3b9fb0a88837b51935e3c7.tar.xz
Add specialargs to discordbots
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 3d0dc9d..6796add 100644
--- a/flake.nix
+++ b/flake.nix
@@ -24,6 +24,9 @@
           ./host/Rory-discordbots/configuration.nix
           ./hardware-configuration.nix
         ];
+        specialArgs = {
+          inherit botcore-v4;
+        };
       };
     };
   };