From 56a60c7fe6f4abdb5ab22a7946fd3d36556892c4 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Fri, 5 Apr 2013 09:19:23 -0400 Subject: [PATCH] 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 --- modules/services/databases/postgresql.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/services/databases/postgresql.nix b/modules/services/databases/postgresql.nix index 8185f3866ba..5054ca8a792 100644 --- a/modules/services/databases/postgresql.nix +++ b/modules/services/databases/postgresql.nix @@ -75,7 +75,6 @@ in dataDir = mkOption { default = "/var/db/postgresql-${cfg.package.psqlSchema}"; - defaultText = "/var/db/postgresql-{version}"; description = '' Data directory for PostgreSQL. '';