Explorar o código

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

Gavin hai 7 meses
pai
achega
96691c364b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      shell.nix

+ 1 - 0
shell.nix

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