From f789acddd182327c3091257be4ef7cea1f1de9ce Mon Sep 17 00:00:00 2001 From: nelind Date: Sat, 3 Jan 2026 19:46:17 +0100 Subject: [PATCH] add mold to the devshell --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index 0843fbf..5e83c90 100644 --- a/shell.nix +++ b/shell.nix @@ -14,6 +14,7 @@ rustfmt, rust-analyzer, sqlx-cli, + mold, # frontend tooling deno, @@ -53,6 +54,7 @@ in mkShell { rustfmt rust-analyzer sqlx-cli + mold deno svelte-language-server