From 0da4ae2c01d915eae2051788af73da687ee9a3b6 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Wed, 6 Sep 2023 23:52:08 +0200 Subject: fix container? --- host/Rory-nginx/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! -- cgit 1.4.1