summaryrefslogtreecommitdiffstats
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.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/n8n/node-composition.nix b/pkgs/applications/networking/n8n/node-composition.nix
index 64326c6b2160..f6cfb2cd2e45 100644
--- a/pkgs/applications/networking/n8n/node-composition.nix
+++ b/pkgs/applications/networking/n8n/node-composition.nix
@@ -1,4 +1,4 @@
-# This file has been generated by node2nix 1.9.0. Do not edit!
+# This file has been generated by node2nix 1.8.0. Do not edit!
{pkgs ? import <nixpkgs> {
inherit system;
@@ -6,12 +6,12 @@
let
nodeEnv = import ./node-env.nix {
- inherit (pkgs) stdenv lib python2 runCommand writeTextFile;
- inherit pkgs nodejs;
+ inherit (pkgs) lib stdenv python2 utillinux runCommand writeTextFile;
+ inherit nodejs;
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
};
in
import ./node-packages.nix {
- inherit (pkgs) fetchurl nix-gitignore stdenv lib fetchgit;
+ inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}