fix(flake): fix pkg-config for openssl

This commit is contained in:
2026-05-02 03:32:07 -04:00
parent 3ce06e1731
commit 4d1321c77e
+1
View File
@@ -52,6 +52,7 @@
nativeBuildInputs = [ pkgs.pkg-config ];
buildInputs = [ pkgs.taplo ];
PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";
RUST_BACKTRACE = 1;
};