浏览代码

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

Gavin 7 月之前
父节点
当前提交
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