From 80d505f118cc00496479115ca674e061956b80de Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 4 May 2024 18:58:48 +0200 Subject: [PATCH] ostree.tests.musl: init Would have caught the build regression introduced by 1a56b3515b84 ("ostree: version bump and removing old patches") and fixed by 966f79bea66d ("pkgsMusl.ostree: fix build"). --- pkgs/tools/misc/ostree/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/misc/ostree/default.nix b/pkgs/tools/misc/ostree/default.nix index caccfbec9b69..cab9aba3d90c 100644 --- a/pkgs/tools/misc/ostree/default.nix +++ b/pkgs/tools/misc/ostree/default.nix @@ -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; }; };