about summary refs log tree commit diff
path: root/pkgs/applications/networking/n8n/node-composition.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/n8n/node-composition.nix')
-rw-r--r--pkgs/applications/networking/n8n/node-composition.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/n8n/node-composition.nix b/pkgs/applications/networking/n8n/node-composition.nix
index 64326c6b21602..53bdef1f98646 100644
--- a/pkgs/applications/networking/n8n/node-composition.nix
+++ b/pkgs/applications/networking/n8n/node-composition.nix
@@ -6,7 +6,7 @@
 
 let
   nodeEnv = import ./node-env.nix {
-    inherit (pkgs) stdenv lib python2 runCommand writeTextFile;
+    inherit (pkgs) stdenv lib python2 runCommand writeTextFile writeShellScript;
     inherit pkgs nodejs;
     libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
   };