add which

This commit is contained in:
Brian Hicks 2020-10-29 08:24:38 -05:00
parent 084d726e7e
commit 09401dcfe6

View File

@ -28,5 +28,8 @@ stdenv.mkDerivation {
# preview dependencies
entr
python3
# stuff we need for running builds in a `nix-shell --pure` environment.
which
] ++ lib.optionals stdenv.isLinux [ pkgs.fsatrace pkgs.strace pkgs.cacert ];
}