Enable 'doCheck' in nix package
This commit is contained in:
parent
74d2a2cf6a
commit
d132e3779e
1 changed files with 2 additions and 0 deletions
|
|
@ -144,6 +144,8 @@
|
||||||
seer = naersk-lib.buildPackage {
|
seer = naersk-lib.buildPackage {
|
||||||
src = self;
|
src = self;
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
inherit my-rust;
|
inherit my-rust;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue