ostree.tests.musl: init

Would have caught the build regression introduced by
1a56b3515b ("ostree: version bump and removing old patches") and
fixed by 966f79bea6 ("pkgsMusl.ostree: fix build").
This commit is contained in:
Alyssa Ross 2024-05-04 18:58:48 +02:00
parent eba1ebd609
commit 80d505f118
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -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;
};
};