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
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;

Loading…
Cancel
Save