diff options
| author | seth <[email protected]> | 2024-02-11 14:50:42 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-11 14:50:42 -0500 |
| commit | 8192dfb4b4ec11c64eb48a8ec1635d9c00509a4d (patch) | |
| tree | ea63cd5807a4c56633777ea0fa729deb53d7b84c /lib | |
| parent | dadd33514c1fdc8ba4890e9334ab0fb89c31d02a (diff) | |
lib/nginx: remove eta reduction
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/nginx.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nginx.nix b/lib/nginx.nix index 0328f79..1b1c951 100644 --- a/lib/nginx.nix +++ b/lib/nginx.nix @@ -8,6 +8,6 @@ toVHosts = domain: lib.mapAttrs' ( - name: value: lib.nameValuePair "${name}.${domain}" value + name: lib.nameValuePair "${name}.${domain}" ); } |
