From 1c75668b180c07a6682fb82d38372965aa0b6627 Mon Sep 17 00:00:00 2001 From: nelind Date: Sat, 7 Mar 2026 00:10:01 +0100 Subject: [PATCH] feat(nix): remove mold from the dev shell and add cargo nextest --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index fa564dc..d1559d7 100644 --- a/shell.nix +++ b/shell.nix @@ -14,7 +14,7 @@ rustfmt, rust-analyzer, sqlx-cli, - mold, + cargo-nextest, # frontend tooling deno, @@ -38,7 +38,7 @@ in mkShell { rustfmt rust-analyzer sqlx-cli - mold + cargo-nextest deno svelte-language-server