From 088facf700946cb8f2d96c6089185bdc2a67180a Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 30 Jun 2024 09:56:30 -0400 Subject: alejandra -> nixfmt-rfc-style --- lib/nginx.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/nginx.nix') diff --git a/lib/nginx.nix b/lib/nginx.nix index 0564dba..e7c22c3 100644 --- a/lib/nginx.nix +++ b/lib/nginx.nix @@ -12,8 +12,5 @@ lib: { # string -> { } -> { } # transform the names of an attribute set of nginx virtualHosts # into a full subdomain - toVHosts = domain: - lib.mapAttrs' ( - name: lib.nameValuePair "${name}.${domain}" - ); + toVHosts = domain: lib.mapAttrs' (name: lib.nameValuePair "${name}.${domain}"); } -- cgit v1.2.3