diff --git a/hosts/containers/c3d2-web/default.nix b/hosts/containers/c3d2-web/default.nix index befd2c94..ff566c65 100644 --- a/hosts/containers/c3d2-web/default.nix +++ b/hosts/containers/c3d2-web/default.nix @@ -157,7 +157,9 @@ in after = [ "network-online.target" ]; path = with pkgs; [ git nix curl - libxslt libxml2 wget rsync gnumake bash + (libxslt.override { + cryptoSupport = true; + }) libxml2 wget rsync gnumake bash ]; script = '' # Build at least once