Update generated node2nix files

This commit is contained in:
Martin Puppe 2022-04-08 02:08:22 +02:00
parent 1c9122cc9b
commit abc49f6cf2
4 changed files with 454 additions and 362 deletions

View file

@ -10,7 +10,7 @@ let
inherit (pkgs) stdenv lib nix-gitignore fetchurl fetchgit;
});
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;
};