diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-25 22:03:35 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-25 22:03:35 +0100 |
commit | 2a69eec376d35b1f9e3b9fb0a88837b51935e3c7 (patch) | |
tree | 358f0f77bb08662824e400117790ef33f5a0dbf7 /flake.nix | |
parent | Remove services (diff) | |
download | Rory-Open-Architecture-2a69eec376d35b1f9e3b9fb0a88837b51935e3c7.tar.xz |
Add specialargs to discordbots
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 3 |
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; + }; }; }; }; |