diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-06 23:49:41 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-06 23:49:41 +0200 |
commit | 15cb6efe7552fbbd0f7c590251644d5c5e3efa49 (patch) | |
tree | a595641dbb729e1c44784778cc1f2d4fe14f8cd4 | |
parent | fix container? (diff) | |
download | Rory-Open-Architecture-15cb6efe7552fbbd0f7c590251644d5c5e3efa49.tar.xz |
fix container?
-rwxr-xr-x | host/Rory-nginx/services/containers/pluralcontactbotpoc/root.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/containers/pluralcontactbotpoc/root.nix b/host/Rory-nginx/services/containers/pluralcontactbotpoc/root.nix index edce0cb..537a438 100755 --- a/host/Rory-nginx/services/containers/pluralcontactbotpoc/root.nix +++ b/host/Rory-nginx/services/containers/pluralcontactbotpoc/root.nix @@ -1,4 +1,4 @@ -{ config, pkgs, lib, botcore-v4, ... }: +{ config, pkgs, lib, conduit, ... }: { imports = |