1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-04 02:54:08 +02:00

fuzz wrapper

This commit is contained in:
Robin Appelman 2023-11-11 22:24:54 +01:00
commit c0e92029e5
2 changed files with 9 additions and 2 deletions

View file

@ -71,8 +71,15 @@
cargo-outdated
cargo-audit
cargo-msrv
cargo-fuzz
cargo-semver-checks
(writeShellApplication {
name = "cargo-fuzz";
runtimeInputs = [cargo-fuzz toolchain];
text = ''
# shellcheck disable=SC2068
RUSTC_BOOTSTRAP=1 cargo-fuzz $@
'';
})
];
in {
default = mkShell {