aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGavin <gavin@rohrer.org>2024-12-04 18:05:33 -0500
committerGavin <gavin@rohrer.org>2024-12-04 18:10:19 -0500
commit96691c364b51feaf04ef4a24dd9b8ec5b58fc01b (patch)
tree3030f247eebfa95734d44330419669130c5a888a /shell.nix
parentcdb86d69b3056eb798688f1db1645dfc4e239099 (diff)
add which to shell.nix to build with --pure
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 21301b9d7..040c7696e 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