Revert "Fix nixos evaluation on systems that haven't set postgresql.package"

This reverts commit 1e543984bcaf5c9e2c26a1b3de86ffa4d9fe7ba3.

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:
Shea Levy 2013-04-05 09:19:23 -04:00
parent 1e543984bc
commit 56a60c7fe6

View File

@ -75,7 +75,6 @@ in
dataDir = mkOption { dataDir = mkOption {
default = "/var/db/postgresql-${cfg.package.psqlSchema}"; default = "/var/db/postgresql-${cfg.package.psqlSchema}";
defaultText = "/var/db/postgresql-{version}";
description = '' description = ''
Data directory for PostgreSQL. Data directory for PostgreSQL.
''; '';