aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix
index 55c7650..6647728 100644
--- a/shell.nix
+++ b/shell.nix
@@ -3,8 +3,9 @@
}:
pkgs.mkShell {
buildInputs = with pkgs; [
- libressl
+ libressl_3_9
ninja
- clang
+ clang_19
+ (llvmPackages_19.clang-tools.override { enableLibcxx = true; })
];
}