From fd3b0dd27e179dc1484b3707488b95baaa86cfee Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Mon, 3 Jul 2023 22:33:04 +0200 Subject: [PATCH] chore: add cargo-release to dev shell --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index fbc6cc0..aa176b4 100644 --- a/flake.nix +++ b/flake.nix @@ -11,6 +11,7 @@ nativeBuildInputs = with pkgs; [ rustc cargo + cargo-release gcc ];