aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/applications/networking/n8n/generate-dependencies.sh
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/applications/networking/n8n/generate-dependencies.sh')
-rwxr-xr-xinfra/libkookie/nixpkgs/pkgs/applications/networking/n8n/generate-dependencies.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/applications/networking/n8n/generate-dependencies.sh b/infra/libkookie/nixpkgs/pkgs/applications/networking/n8n/generate-dependencies.sh
new file mode 100755
index 000000000000..292811669184
--- /dev/null
+++ b/infra/libkookie/nixpkgs/pkgs/applications/networking/n8n/generate-dependencies.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env nix-shell
+#! nix-shell -i bash -p nodePackages.node2nix
+
+node2nix \
+ --node-env node-env.nix \
+ --input package.json \
+ --output node-packages.nix \
+ --composition node-composition.nix