mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-15 17:51:01 +00:00
Merge pull request #136 from marsam/postgres-coreutils-ln
postgresql: Use core `ln` from coreutils
This commit is contained in:
commit
66d64a91e6
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ in
|
|||
if ! test -e ${cfg.dataDir}/PG_VERSION; then
|
||||
initdb -U postgres -D ${cfg.dataDir}
|
||||
fi
|
||||
ln -sfn ${configFile} ${cfg.dataDir}/postgresql.conf
|
||||
${pkgs.coreutils}/bin/ln -sfn ${configFile} ${cfg.dataDir}/postgresql.conf
|
||||
|
||||
exec ${cfg.package}/bin/postgres -D ${cfg.dataDir} ${optionalString cfg.enableTCPIP "-i"}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue