We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb6d4d commit 59bd18fCopy full SHA for 59bd18f
nix/packages/lib.nix
@@ -135,13 +135,11 @@
135
chmod 644 $out/etc/postgresql/pg_hba.conf
136
137
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
- )
+ ${builtins.concatStringsSep " " (
+ builtins.attrValues (
+ builtins.mapAttrs (name: value: "--subst-var-by '${name}' '${value}'") substitutions
143
)
144
- }
+ )}
145
chmod +x $out/bin/start-postgres-server
146
'';
147
}
0 commit comments