Skip to content

Commit

Permalink
add which to shell.nix to build with --pure
Browse files Browse the repository at this point in the history
  • Loading branch information
gfaster committed Dec 4, 2024
1 parent cdb86d6 commit 96691c3
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 96691c3

Please sign in to comment.