This commit is contained in:
nora 2023-09-29 18:09:43 +02:00
parent d9129a2759
commit 681549ded5
4 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
pkgs: pkgs.rustPlatform.buildRustPackage rec {
pkgs: pkgs.rustPlatform.buildRustPackage {
pname = "cargo-bisect-rustc";
version = "0.6.7";