Merge pull request #309072 from alyssais/ostree-tests-musl

ostree.tests.musl: init
This commit is contained in:
Sandro 2024-05-05 15:16:29 +02:00 committed by GitHub
commit 0f4274d85a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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