lowdown: also test lix

This commit is contained in:
sternenseemann
2026-03-29 15:00:29 -07:00
committed by Philip Taron
parent bfe44e60b5
commit f7803b4ebf
+2 -1
View File
@@ -11,6 +11,7 @@
enableDarwinSandbox ? true,
# for passthru.tests
nix,
lix,
lowdown-unsandboxed,
}:
@@ -107,7 +108,7 @@ stdenv.mkDerivation rec {
passthru.tests = {
# most important consumers in nixpkgs
inherit nix lowdown-unsandboxed;
inherit nix lix lowdown-unsandboxed;
};
meta = {