Commit 90a95db9 authored by Bert Proesmans's avatar Bert Proesmans Committed by Bert Proesmans
Browse files

pkgs/windmill: Passthrough nixos tests in package recipe

parent df1c0930
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";