Unverified Commit 6826c47b authored by Davis Schirmer's avatar Davis Schirmer
Browse files

traefik: enable nix-update-script

parent c562aeb5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  fetchzip,
  buildGo124Module,
  nixosTests,
  nix-update-script,
}:

buildGo124Module rec {
@@ -39,6 +40,8 @@ buildGo124Module rec {
    inherit (nixosTests) traefik;
  };

  passthru.updateScript = nix-update-script { };

  meta = with lib; {
    homepage = "https://traefik.io";
    description = "Modern reverse proxy";