From cb9cbb3fccecf5768e0d6977deb8caffc7ba9456 Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Tue, 14 Sep 2021 18:37:10 +0200 Subject: [PATCH] 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 --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index de3db3c5..14395af8 100644 --- a/shell.nix +++ b/shell.nix @@ -28,6 +28,8 @@ in (pkgs.buildFHSUserEnv { pwgen tmate git + which + nettools ]; multiPkgs = pkgs: [ (pkgs.runCommand "protocols" {}