Commit 8c5087c1 authored by Ember Keske's avatar Ember Keske
Browse files

zammad: link test in passthru.tests

parent 31edd356
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ in
      preStart = ''
        # Blindly copy the whole project here.
        chmod -R +w .
        rm -rf ./public/assets/*
        rm -rf ./public/assets/
        rm -rf ./tmp/*
        rm -rf ./log/*
        cp -r --no-preserve=owner ${cfg.package}/* .
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ import ./make-test-python.nix (
  {
    name = "zammad";

    meta.maintainers = with lib.maintainers; [ garbas taeer ];
    meta.maintainers = with lib.maintainers; [ garbas taeer n0emis ];

    nodes.machine = { config, ... }: {
      services.zammad.enable = true;
+2 −0
Original line number Diff line number Diff line
{ stdenv
, lib
, nixosTests
, fetchFromGitHub
, applyPatches
, bundlerEnv
@@ -135,6 +136,7 @@ stdenv.mkDerivation {
  passthru = {
    inherit rubyEnv yarnEnv;
    updateScript = [ "${callPackage ./update.nix {}}/bin/update.sh" pname (toString ./.) ];
    tests = { inherit (nixosTests) zammad; };
  };

  meta = with lib; {