diff options
author | Franck Cuny <franck@fcuny.net> | 2022-09-07 19:09:27 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-09-07 19:10:46 -0700 |
commit | 71d1a648250e0e06cd3eb2992702f141a59b87c9 (patch) | |
tree | 1326025fa08789bc5247116bc6e419c02e522588 /modules/system | |
parent | fix(home/email): remove inbox tag for archived emails (diff) | |
download | world-71d1a648250e0e06cd3eb2992702f141a59b87c9.tar.gz |
feat(modules/packages): install pkg-config
Change-Id: Iaa041a70b386d25c581a3a3c2afe860b86740618
Diffstat (limited to '')
-rw-r--r-- | modules/system/packages/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/packages/default.nix b/modules/system/packages/default.nix index f8b914c..4d690fd 100644 --- a/modules/system/packages/default.nix +++ b/modules/system/packages/default.nix @@ -45,11 +45,11 @@ in mtr numactl openssl - openssl parted pciutils perf-flamegraph-process perf-tools + pkg-config powertop rsync sqlite |