serie: fixed rust check failures, added version test

This commit is contained in:
Jermeiah S 2024-08-03 21:30:19 -04:00
parent f3834de378
commit 941d89514c
No known key found for this signature in database

View File

@ -4,6 +4,9 @@
fetchFromGitHub,
rustPlatform,
darwin,
testers,
gitMinimal,
serie,
}:
rustPlatform.buildRustPackage rec {
@ -27,8 +30,9 @@ rustPlatform.buildRustPackage rec {
]
);
# requires a git repository
doCheck = false;
nativeCheckInputs = [ gitMinimal ];
passthru.tests.version = testers.testVersion { package = serie; };
meta = with lib; {
description = "A rich git commit graph in your terminal, like magic";