From 32b2c6301b9d9735592e53a526ee104c36abcb98 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 12 Sep 2025 18:42:58 -0500 Subject: [PATCH] enabled lld --- devenv.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devenv.nix b/devenv.nix index 7d1c50e..934db6a 100644 --- a/devenv.nix +++ b/devenv.nix @@ -11,7 +11,7 @@ trunk cargo-generate # LLVM tools for WebAssembly compilation # llvm - # lld + lld ]; # https://devenv.sh/languages/ @@ -54,7 +54,7 @@ enterTest = '' echo "Running tests" git --version - python --version + uv run --locked python --version rustc --version '';