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 ac8feac commit dc1236fCopy full SHA for dc1236f
nix/packages/lib.nix
@@ -125,13 +125,11 @@
125
chmod 644 $out/etc/postgresql/pg_hba.conf
126
127
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
- )
+ ${builtins.concatStringsSep " " (
+ builtins.attrValues (
+ builtins.mapAttrs (name: value: "--subst-var-by '${name}' '${value}'") substitutions
133
)
134
- }
+ )}
135
chmod +x $out/bin/start-postgres-server
136
'';
137
}
0 commit comments