Commit 88132767 authored by Winter's avatar Winter Committed by Alyssa Ross
Browse files

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`.
parent eb642f80
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -375,8 +375,7 @@ stdenv.mkDerivation (finalAttrs: {
        doInstallCheck = true;
      });
      buildbot-integration = nixosTests.buildbot;
      inherit (tests) fetchgit;
    };
    } // tests.fetchgit;
  };

  meta = {