Unverified Commit 2b7da6f9 authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

n8n: add update script

parent c374d94f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
  libmongocrypt,
  postgresql,
  makeWrapper,
  nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -76,6 +77,7 @@ stdenv.mkDerivation (finalAttrs: {

  passthru = {
    tests = nixosTests.n8n;
    updateScript = nix-update-script { };
  };

  dontStrip = true;