Skip to content

Commit

Permalink
add cargo release to shell
Browse files Browse the repository at this point in the history
  • Loading branch information
SG60 committed Nov 1, 2024
1 parent df49ab3 commit 43b38c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ mkShellNoCC, protobuf }:
{ mkShellNoCC, protobuf, cargo-release }:

mkShellNoCC {
packages = [ protobuf ];
packages = [ protobuf cargo-release ];
}

0 comments on commit 43b38c8

Please sign in to comment.