Unverified Commit 80d505f1 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

ostree.tests.musl: init

Would have caught the build regression introduced by
1a56b351 ("ostree: version bump and removing old patches") and
fixed by 966f79be ("pkgsMusl.ostree: fix build").
parent eba1ebd6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
, gobject-introspection
, gjs
, nixosTests
, pkgsCross
, curl
, glib
, systemd
@@ -140,6 +141,7 @@ in stdenv.mkDerivation rec {

  passthru = {
    tests = {
      musl = pkgsCross.musl64.ostree;
      installedTests = nixosTests.installed-tests.ostree;
    };
  };