Unverified Commit eaf54489 authored by Matt Melling's avatar Matt Melling
Browse files

cloudlog: add passthru update script

parent a1291d0d
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
{ lib
, stdenvNoCC
, fetchFromGitHub
, nix-update-script
, nixosTests
, php}:

@@ -25,9 +26,12 @@ stdenvNoCC.mkDerivation rec {
    cp -R ./* $out
  '';

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

  meta = with lib; {
    description = ''