From 574aaa099275e189b5d5278510eee3709913f29d Mon Sep 17 00:00:00 2001 From: Thomas Churchman Date: Fri, 26 Jul 2024 15:08:17 +0200 Subject: [PATCH] ci: add pkg-config and fontconfig to dev flake --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index eafd8a4..29104bc 100644 --- a/flake.nix +++ b/flake.nix @@ -23,6 +23,9 @@ rust-analyzer rustc rustfmt + + pkg-config + fontconfig ]; }; }