about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-09-24 12:41:59 -0700
committerFranck Cuny <franck@fcuny.net>2022-09-24 12:41:59 -0700
commit8567d4bb175baca5e8e7eaded841b986b60c848a (patch)
tree5791e0f6af285c0ae61cb95fa060e1df2be3df5c /modules
parentfix(hosts): the WM manager needs to be in home.nix (diff)
downloadworld-8567d4bb175baca5e8e7eaded841b986b60c848a.tar.gz
fix(system/packages): install openssl-dev package
I don't think I should have to do this, it's also not solving the
problem I have, but it should not hurt either ...
Diffstat (limited to 'modules')
-rw-r--r--modules/system/packages/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/packages/default.nix b/modules/system/packages/default.nix
index 4d690fd..52ed7ca 100644
--- a/modules/system/packages/default.nix
+++ b/modules/system/packages/default.nix
@@ -45,6 +45,7 @@ in
     mtr
     numactl
     openssl
+    openssl.dev
     parted
     pciutils
     perf-flamegraph-process