n8n: register updateScript

This commit is contained in:
K900
2022-02-08 11:56:31 -08:00
committed by Jonathan Ringer
parent 018997e2c2
commit 8d854f52eb
2 changed files with 3 additions and 0 deletions
@@ -12,6 +12,8 @@ nodePackages.n8n.override {
node-pre-gyp
];
passthru.updateScript = ./generate-dependencies.sh;
meta = with lib; {
description = "Free and open fair-code licensed node based Workflow Automation Tool";
maintainers = with maintainers; [ freezeboy k900 ];
@@ -10,6 +10,7 @@
# -> cpu-features
# -> node-gyp@3.8.0 -> python2
# -> cmake
cd "$(dirname $(readlink -f $0))"
node2nix \
--14 \