1
0
Fork 0

shell.nix: add missing tools

Some tools were taken from "host" shell/PATH which crashed in certain
cases due to libc incompatiblity.

Fixes b/50

Change-Id: Ie94e2c064afff6d5aa782f70e0a024365079e4c7
master
informatic 2021-09-14 18:37:10 +02:00
parent aef13358c8
commit cb9cbb3fcc
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ in (pkgs.buildFHSUserEnv {
pwgen
tmate
git
which
nettools
];
multiPkgs = pkgs: [
(pkgs.runCommand "protocols" {}