Browse Source

Merge pull request #4560 from gfaster/which-nix-shell

add which to shell.nix to build with --pure
gingerBill 8 months ago
parent
commit
7be0035578
1 changed files with 1 additions and 0 deletions
  1. 1 0
      shell.nix

+ 1 - 0
shell.nix

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