pkgs/windmill: Passthrough nixos tests in package recipe
This commit is contained in:
committed by
Bert Proesmans
parent
df1c0930f3
commit
90a95db9ec
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user