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

View File

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