From 3ae4b19d12797b5330e31732255f22e5281bb5d8 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 24 Jan 2022 10:44:27 -0500 Subject: [PATCH] flake: update to postgres 13 for UUID commands --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3b69d0bb..0bd54597 100644 --- a/flake.nix +++ b/flake.nix @@ -518,7 +518,7 @@ gitAndTools.topGit mercurial darcs subversion breezy openssl bzip2 libxslt final.nix perlDeps perl mdbook pixz boost - postgresql_11 + postgresql_13 (if lib.versionAtLeast lib.version "20.03pre" then nlohmann_json else nlohmann_json.override { multipleHeaders = true; })