Skip to content

Commit 59bd18f

Browse files
jfrocheyvan-sraka
authored andcommitted
chore: fix formatting
1 parent 5bb6d4d commit 59bd18f

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
@@ -135,13 +135,11 @@
135135
chmod 644 $out/etc/postgresql/pg_hba.conf
136136
137137
substitute ${../tools/run-server.sh.in} $out/bin/start-postgres-server \
138-
${
139-
builtins.concatStringsSep " " (
140-
builtins.attrValues (
141-
builtins.mapAttrs (name: value: "--subst-var-by '${name}' '${value}'") substitutions
142-
)
138+
${builtins.concatStringsSep " " (
139+
builtins.attrValues (
140+
builtins.mapAttrs (name: value: "--subst-var-by '${name}' '${value}'") substitutions
143141
)
144-
}
142+
)}
145143
chmod +x $out/bin/start-postgres-server
146144
'';
147145
}

0 commit comments

Comments
 (0)