diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-06 23:52:08 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-06 23:52:08 +0200 |
commit | 0da4ae2c01d915eae2051788af73da687ee9a3b6 (patch) | |
tree | 25944df062d26422c691c88d45ac86202e7f13c3 /host | |
parent | fix container? (diff) | |
download | Rory-Open-Architecture-0da4ae2c01d915eae2051788af73da687ee9a3b6.tar.xz |
fix container?
Diffstat (limited to 'host')
-rwxr-xr-x | host/Rory-nginx/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix index 3930a94..e63db57 100755 --- a/host/Rory-nginx/configuration.nix +++ b/host/Rory-nginx/configuration.nix @@ -26,7 +26,7 @@ }; containers."pluralcontactbotpoc" = import ./services/containers/pluralcontactbotpoc/container.nix { - inherit pkgs lib; + inherit pkgs lib conduit; }; system.stateVersion = "22.11"; # DO NOT EDIT! |