From f2b6bf60fcddcf2ef776cb63f81c43189d9edf45 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 10 Jun 2024 17:53:56 +0300 Subject: [PATCH] Add cargo-fuzz and evcxr --- modules/rust.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/rust.nix b/modules/rust.nix index 28c2d34..8967071 100644 --- a/modules/rust.nix +++ b/modules/rust.nix @@ -2,6 +2,9 @@ (desktopSystemPackages (with pkgs; [ cargo-expand + cargo-fuzz + + evcxr (fenix.complete.withComponents [ "cargo"