cargo-bisect-rustc

This commit is contained in:
nora 2023-07-02 00:22:42 +02:00
parent d4e1320f09
commit 2a324b12f4
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;
}