From a9fad48eaeee603f4814c19d46b7e017fc6a90a0 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 12 May 2019 13:15:56 -0700 Subject: fix postgres package for 19.03 --- machines/lithium.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/lithium.nix') diff --git a/machines/lithium.nix b/machines/lithium.nix index d02393e..a4f29d3 100644 --- a/machines/lithium.nix +++ b/machines/lithium.nix @@ -263,7 +263,7 @@ in }; postgresql = { enable = true; - package = pkgs.postgresql100; + package = pkgs.postgresql_10; authentication = '' local all pprjam md5 local all pprjam_test md5 -- cgit v1.2.3