Skip to content

Commit dc1236f

Browse files
jfrochesamrose
authored andcommitted
chore: fix formatting
1 parent ac8feac commit dc1236f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

nix/packages/lib.nix

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,11 @@
125125
chmod 644 $out/etc/postgresql/pg_hba.conf
126126
127127
substitute ${../tools/run-server.sh.in} $out/bin/start-postgres-server \
128-
${
129-
builtins.concatStringsSep " " (
130-
builtins.attrValues (
131-
builtins.mapAttrs (name: value: "--subst-var-by '${name}' '${value}'") substitutions
132-
)
128+
${builtins.concatStringsSep " " (
129+
builtins.attrValues (
130+
builtins.mapAttrs (name: value: "--subst-var-by '${name}' '${value}'") substitutions
133131
)
134-
}
132+
)}
135133
chmod +x $out/bin/start-postgres-server
136134
'';
137135
}

0 commit comments

Comments
 (0)