From 131a0a429816952b5ee82b36a24ed92e9788cc61 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Sat, 19 Jul 2025 15:49:19 +0100 Subject: [PATCH] devenv: add cargo-release --- devenv.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devenv.nix b/devenv.nix index 0cd7c24..c6622b3 100644 --- a/devenv.nix +++ b/devenv.nix @@ -25,9 +25,12 @@ # Snapshot testing pkgs.cargo-insta + # Release helper + pkgs.cargo-release + # pkgs.grass-sass not compatible, c.f. https://github.com/connorskees/grass/issues/105 pkgs.dart-sass - + pkgs.entr pkgs.mdbook