cargo-bisect-rustc

This commit is contained in:
nora 2023-07-02 00:22:42 +02:00
parent e9e1711063
commit b6ef4f0ddf
4 changed files with 124 additions and 1 deletions

3
custom-pkgs/default.nix Normal file
View file

@ -0,0 +1,3 @@
pkgs: {
cargo-bisect-rustc = import ./cargo-bisect-rustc/default.nix pkgs;
}