1
1
mirror of https://github.com/tweag/nickel.git synced 2024-10-06 16:18:08 +03:00

flake: remove doCheck in benchmarks package

The default check phase has no side effects, so no need to disable it.

Cf. https://crane.dev/API.html#optional-attributes-11
This commit is contained in:
Lorenzo Manacorda 2023-02-15 18:38:50 +01:00
parent f55e6f4f47
commit bd88092b7e

View File

@ -226,7 +226,6 @@
cargo bench ${pkgs.lib.optionalString noRunBench "--no-run"}
'';
doCheck = false;
doInstallCargoArtifacts = false;
};