Commit 8765133f authored by Jan Tojnar's avatar Jan Tojnar
Browse files

ostree: Add ostree-full to passthru.tests

parent cff4c912
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@
  systemd,
  replaceVars,
  openssl,
  ostree-full,
}:

let
@@ -171,6 +172,7 @@ stdenv.mkDerivation (finalAttrs: {
    tests = {
      musl = pkgsCross.musl64.ostree;
      installedTests = nixosTests.installed-tests.ostree;
      inherit ostree-full;
    };
  };