From a9437988ca1f411b25272db8262f322d3bedad30 Mon Sep 17 00:00:00 2001 From: mat ess Date: Sat, 27 Aug 2022 22:16:22 -0400 Subject: [PATCH] Add acknowledgement --- content/posts/static-site-with-nix-and-caddy/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 8db642f..1df467b 100644 --- a/content/posts/static-site-with-nix-and-caddy/index.md +++ b/content/posts/static-site-with-nix-and-caddy/index.md @@ -415,4 +415,7 @@ Now you should be able to use a command like this on a Docker-friendly host, and nix run .#deploy ``` -Thanks for reading! \ No newline at end of file +Thanks for reading! + +## Acknowledgements +- [Thanks to Lutris, Inc. for their `nix-fly-template`, which was very influential in the writing of this post.](https://github.com/LutrisEng/nix-fly-template)