git: actually add fetchgit tests to passthru.tests

Nested attrsets don't get built when running `nix-build -A git.tests`, so we use the update operator to add the attributes from `tests.fetchgit` to `passthru.tests`.
This commit is contained in:
Winter 2022-08-14 22:38:35 -04:00 committed by Alyssa Ross
parent eb642f80f9
commit 88132767ce

View file

@ -375,8 +375,7 @@ stdenv.mkDerivation (finalAttrs: {
doInstallCheck = true;
});
buildbot-integration = nixosTests.buildbot;
inherit (tests) fetchgit;
};
} // tests.fetchgit;
};
meta = {