Unverified Commit fad51e60 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

limesurvey: use nix-update-script

parent aa7b7c31
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  writeText,
  nixosTests,
  nix-update-script,
}:

stdenv.mkDerivation rec {
@@ -33,8 +34,9 @@ stdenv.mkDerivation rec {
    runHook postInstall
  '';

  passthru.tests = {
    smoke-test = nixosTests.limesurvey;
  passthru = {
    tests = { inherit (nixosTests) limesurvey; };
    updateScript = nix-update-script { };
  };

  meta = with lib; {