Kaynağa Gözat

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

Gavin 8 ay önce
ebeveyn
işleme
96691c364b
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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