Skip to content

Commit

Permalink
Merge pull request #4560 from gfaster/which-nix-shell
Browse files Browse the repository at this point in the history
add which to shell.nix to build with --pure
  • Loading branch information
gingerBill authored Dec 6, 2024
2 parents e4bdc4f + 96691c3 commit 7be0035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pkgs.mkShell {
name = "odin";
nativeBuildInputs = with pkgs; [
git
which
clang_17
llvmPackages_17.llvm
llvmPackages_17.bintools
Expand Down

0 comments on commit 7be0035

Please sign in to comment.