lowdown: add unsandboxed variant to passthru.tests

This commit is contained in:
sternenseemann
2025-11-16 12:03:39 +01:00
parent 3bb7b6d06e
commit 4a9fbcf73f
+3 -2
View File
@@ -11,6 +11,7 @@
enableDarwinSandbox ? true,
# for passthru.tests
nix,
lowdown-unsandboxed,
}:
stdenv.mkDerivation rec {
@@ -111,8 +112,8 @@ stdenv.mkDerivation rec {
checkTarget = "regress";
passthru.tests = {
# most important consumer in nixpkgs
inherit nix;
# most important consumers in nixpkgs
inherit nix lowdown-unsandboxed;
};
meta = with lib; {