From 205674a72aa53716c65e4104f556f2f2971cf227 Mon Sep 17 00:00:00 2001 From: wendrul <53628737+wendrul@users.noreply.github.com> Date: Thu, 31 Jul 2025 22:23:52 +0900 Subject: [PATCH] Add dependencies to run sqlx prepare to nix flake (#6309) --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index de74558aa5..39660f47e5 100644 --- a/flake.nix +++ b/flake.nix @@ -48,6 +48,8 @@ nodejs postgresql pkg-config + glibc.dev + clang cmake ]; coursier = pkgs.fetchFromGitHub {