From 867025747da9dc4f09b43df97d7d3446c58f4857 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Wed, 18 Oct 2023 11:57:19 -0400 Subject: [PATCH] flake: add postgresql_15 and postgresql_16 --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index ac094dbd7..15ca45f54 100644 --- a/flake.nix +++ b/flake.nix @@ -85,6 +85,8 @@ postgresql_12 postgresql_13 postgresql_14 + postgresql_15 + postgresql_16 ]; buildInputs = with pkgs; [ rustfmt