This commit is contained in:
nora 2023-09-29 18:09:43 +02:00
parent 1db3122d1e
commit 82228e93cd
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";