add which to shell.nix to build with --pure

This commit is contained in:
Gavin
2024-12-04 18:05:33 -05:00
parent cdb86d69b3
commit 96691c364b

View File

@@ -3,6 +3,7 @@ pkgs.mkShell {
name = "odin";
nativeBuildInputs = with pkgs; [
git
which
clang_17
llvmPackages_17.llvm
llvmPackages_17.bintools