From 96691c364b51feaf04ef4a24dd9b8ec5b58fc01b Mon Sep 17 00:00:00 2001 From: Gavin Date: Wed, 4 Dec 2024 18:05:33 -0500 Subject: [PATCH] add which to shell.nix to build with --pure --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 21301b9d753..040c7696eb0 100644 --- a/shell.nix +++ b/shell.nix @@ -3,6 +3,7 @@ pkgs.mkShell { name = "odin"; nativeBuildInputs = with pkgs; [ git + which clang_17 llvmPackages_17.llvm llvmPackages_17.bintools