diff options
author | Ben Sima <ben@bsima.me> | 2019-05-12 13:15:56 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-12 13:57:54 -0700 |
commit | a9fad48eaeee603f4814c19d46b7e017fc6a90a0 (patch) | |
tree | 372826fb3d91886ba16bd2f58fb95e24a19f3f8c | |
parent | 626202910264e3e20ae2798e4ea00ec0eef8d02d (diff) |
fix postgres package for 19.03
-rw-r--r-- | machines/lithium.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |