Merge: nixos/nextcloud: fix eval of tests (#393063)

This commit is contained in:
Maximilian Bosch
2025-03-26 17:06:12 +01:00
committed by GitHub
+1 -1
View File
@@ -80,7 +80,7 @@ let
"${test-helpers.rclone} ${test-helpers.check-sample}"
)
${if builtins.isFunction test-helpers.extraTests then test-helpers.extraTests args else test-helpers.extraTests}
${if pkgs.lib.isFunction test-helpers.extraTests then test-helpers.extraTests args else test-helpers.extraTests}
'';
};