diff --git a/content/posts/static-site-with-nix-and-caddy/index.md b/content/posts/static-site-with-nix-and-caddy/index.md index 89e1ab5..5f3e1fb 100644 --- a/content/posts/static-site-with-nix-and-caddy/index.md +++ b/content/posts/static-site-with-nix-and-caddy/index.md @@ -192,7 +192,7 @@ stdenv.mkDerivation { # install the Hugo output cp -r public $out ''; -) +} ``` If we need to build any other auxiliary outputs, like Docker images (hint!), we can add them here. For now, let's just save our progress: