Explorar el Código

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

Gavin hace 8 meses
padre
commit
96691c364b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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