Browse Source

all: update userenv to include more dev packages

main
Dustin Frisch 4 months ago
parent
commit
679aca2ae9
No known key found for this signature in database GPG Key ID: B4C3BF012D9B26BE
  1. 19
      shared/userenv.nix

19
shared/userenv.nix

@ -23,28 +23,31 @@ let
git git
gnumake gnumake
hwloc hwloc
libbfd
libiberty
libtool
(getDev libbfd)
(getDev libiberty)
(getDev libtool)
munge munge
nano nano
numactl
(getBin numactl)
(getDev numactl)
openmpi openmpi
openssh openssh
pandoc pandoc
papi
(getDev papi)
perl perl
pkg-config pkg-config
postgresql postgresql
postgresql.lib
(getDev postgresql)
(getLib postgresql)
python3 python3
ripgrep ripgrep
tmux tmux
ucx
(getBin ucx)
(getDev ucx)
valgrind valgrind
vim vim
wget wget
zlib
(getDev zlib)
]; ];
ignoreCollisions = false; ignoreCollisions = false;

Loading…
Cancel
Save