mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
Merge pull request #277595 from trofi/findup-fix-tests-eval
findup: fix `tests` eval
This commit is contained in:
commit
ea9c4a15fd
@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
nativeBuildInputs = [ zig_0_10.hook ];
|
||||
|
||||
passthru.tests.version = testers.testVersion { package = finalAttrs.findup; };
|
||||
passthru.tests.version = testers.testVersion { package = finalAttrs.finalPackage; };
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/booniepepper/findup";
|
||||
|
Loading…
Reference in New Issue
Block a user