소스 검색

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

Gavin 9 달 전
부모
커밋
96691c364b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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