From a2c275f8f7ad1ce08871441b43e22023eb823b62 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 25 Jul 2024 21:34:07 +0200 Subject: [PATCH] Remove postgresql.lib buildInput It is no longer required with SQLx. --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 4fac902..b7a2d7f 100644 --- a/flake.nix +++ b/flake.nix @@ -77,10 +77,6 @@ packages = rec { li7y = naersk'.buildPackage { src = self; - - buildInputs = with pkgs; [ - postgresql.lib - ]; }; default = li7y; @@ -106,7 +102,6 @@ cargo-watch clippy graphviz - postgresql.lib postgresql reuse sqlx-cli