chore: remove pkg-config package from package.nix

This package makes it conflict with the dependencies needed to build
Invidious (openssl, libpcre, etc). crystalline can work perfectly
without it tho, but it was added in the first place because crystalline
was trying to invoke it.
This commit is contained in:
Fijxu 2026-08-02 17:51:07 -04:00
parent d30a1f3e17
commit 51723b6331
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -21,7 +21,6 @@ with pkgs;
sqlite
shards
crystalline # LSP, is not that good, but still useful.
pkg-config # Required by crystalline
ameba # For linting
ameba-ls # LSP for the ameba linter, to get inline messages from ameba
# Utilities