Skip to content

Commit 7be0035

Browse files
authored
Merge pull request #4560 from gfaster/which-nix-shell
add which to shell.nix to build with --pure
2 parents e4bdc4f + 96691c3 commit 7be0035

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell.nix

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pkgs.mkShell {
33
name = "odin";
44
nativeBuildInputs = with pkgs; [
55
git
6+
which
67
clang_17
78
llvmPackages_17.llvm
89
llvmPackages_17.bintools

0 commit comments

Comments
 (0)