diff options
Diffstat (limited to 'lib/README.md')
| -rw-r--r-- | lib/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
