From 679aca2ae91acf325a7f73c54b55516e58eea4a4 Mon Sep 17 00:00:00 2001 From: Dustin Frisch Date: Tue, 16 Jan 2024 00:58:34 +0100 Subject: [PATCH] all: update userenv to include more dev packages --- shared/userenv.nix | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/shared/userenv.nix b/shared/userenv.nix index 1e4a66a..164e7fa 100644 --- a/shared/userenv.nix +++ b/shared/userenv.nix @@ -23,28 +23,31 @@ let git gnumake hwloc - libbfd - libiberty - libtool + (getDev libbfd) + (getDev libiberty) + (getDev libtool) munge nano - numactl + (getBin numactl) + (getDev numactl) openmpi openssh pandoc - papi + (getDev papi) perl pkg-config postgresql - postgresql.lib + (getDev postgresql) + (getLib postgresql) python3 ripgrep tmux - ucx + (getBin ucx) + (getDev ucx) valgrind vim wget - zlib + (getDev zlib) ]; ignoreCollisions = false;