aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2024-12-06 14:21:16 +0000
committerGitHub <noreply@github.com>2024-12-06 14:21:16 +0000
commit7be00355782f29cfba05c63d6dc80649bbbacd37 (patch)
treec9a2c730897a8b2e1bf5e5897a7b684c33e1462e /shell.nix
parente4bdc4ff7c5901960a7d409e4c9783a09b005ae2 (diff)
parent96691c364b51feaf04ef4a24dd9b8ec5b58fc01b (diff)
Merge pull request #4560 from gfaster/which-nix-shelldev-2024-12
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