pkgs/windmill: Passthrough nixos tests in package recipe

This commit is contained in:
Bert Proesmans
2025-11-25 15:17:49 +00:00
committed by Bert Proesmans
parent df1c0930f3
commit 90a95db9ec
+3
View File
@@ -42,6 +42,7 @@
coreutils,
withEnterpriseFeatures ? false,
withClosedSourceFeatures ? false,
nixosTests,
}:
let
@@ -243,6 +244,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
./update-ui_builder.sh
];
passthru.tests = lib.optionalAttrs (stdenv.hostPlatform.isLinux) nixosTests.windmill;
meta = {
changelog = "https://github.com/windmill-labs/windmill/blob/${src.rev}/CHANGELOG.md";
description = "Open-source developer platform to turn scripts into workflows and UIs";