about summary refs log tree commit diff
path: root/pkgs/applications/networking/n8n/node-composition.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-25 11:31:27 +0100
committerGitHub <noreply@github.com>2021-01-25 11:31:27 +0100
commit3cd31450a13501ebb2c6851a59e81a60fdc38cab (patch)
tree830d7d6fc019512207dd34e666123de3ee675a4e /pkgs/applications/networking/n8n/node-composition.nix
parentce7b327a52d1b82f82ae061754545b1c54b06c66 (diff)
Revert "nodePackages: regenerate with node2nix 1.9.0"
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 64326c6b21602..f6cfb2cd2e452 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;
 }