From 5fe2777acda756ae69f59e084afd9f6d35a535da Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 5 Jul 2024 07:30:49 -0400 Subject: tree-wide: document most things --- lib/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/README.md (limited to 'lib/README.md') diff --git a/lib/README.md b/lib/README.md new file mode 100644 index 0000000..bde1e94 --- /dev/null +++ b/lib/README.md @@ -0,0 +1,13 @@ +# ./lib/ + +## lib.nix + +Top-level declaration of my functions + +## builders.nix + +Wrappers around configurations builders such as `nixosSystem` and `darwinSystem` + +## nginx.nix + +Small helpers to avoid boilerplate in the `services.nginx` module -- cgit v1.2.3