mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Merge pull request #309072 from alyssais/ostree-tests-musl
ostree.tests.musl: init
This commit is contained in:
commit
0f4274d85a
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user