forked from trinitrix/core
1
0
Fork 0

test(flake): Add the cargo test to the `nix flake check` tests

This commit is contained in:
Benedikt Peetz 2023-12-16 11:47:21 +01:00
parent 53862a0f65
commit 5713c90445
Signed by: bpeetz
GPG Key ID: A5E94010C3A642AD
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@
inherit nativeBuildInputs buildInputs;
};
in {
checks.default = craneBuild;
packages = {
default = craneBuild;
};