Enable 'doCheck' in nix package

This commit is contained in:
Bruno BELANYI 2022-07-18 10:04:47 +02:00
parent 74d2a2cf6a
commit d132e3779e

View file

@ -144,6 +144,8 @@
seer = naersk-lib.buildPackage {
src = self;
doCheck = true;
passthru = {
inherit my-rust;
};