n8n: add update script

This commit is contained in:
Gutyina Gergő 2024-08-24 22:06:40 +02:00
parent c374d94f15
commit 2b7da6f9dd
No known key found for this signature in database

View File

@ -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;