From 9522f68c3c5c99d003cd6d1b32829d8b257141c5 Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Mon, 11 Nov 2024 16:04:07 +0100 Subject: [PATCH] feat: :package: Add pkg-config for C development --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 28c634d..9b58269 100644 --- a/flake.nix +++ b/flake.nix @@ -73,6 +73,7 @@ "wget" "zsh" "yubikey-agent" + "pkg-config" ]; taps = [ "hashicorp/tap"