blob: 4123cbf3ff4b4e98c29eb1bfa57a0346249d6da1 [file] [log] [blame]
{pkgs, ...}: {
config.environment.systemPackages = [
pkgs.pkg-config
];
}