diff options
| -rw-r--r-- | shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ pkgs.mkShell { name = "odin"; nativeBuildInputs = with pkgs; [ git + which clang_17 llvmPackages_17.llvm llvmPackages_17.bintools |