mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
Revert "Fix nixos evaluation on systems that haven't set postgresql.package"
This reverts commit 1e543984bc
.
This would have been nice if we had had it from the start, but now it
just breaks things for existing users. Maybe we can add it conditionally
when new postgres versions come out.
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
1e543984bc
commit
56a60c7fe6
@ -75,7 +75,6 @@ in
|
||||
|
||||
dataDir = mkOption {
|
||||
default = "/var/db/postgresql-${cfg.package.psqlSchema}";
|
||||
defaultText = "/var/db/postgresql-{version}";
|
||||
description = ''
|
||||
Data directory for PostgreSQL.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user