at master 634 B view raw
1# This file has been generated by node2nix 1.11.1. Do not edit! 2 3{ 4 pkgs ? import <nixpkgs> { 5 inherit system; 6 }, 7 system ? builtins.currentSystem, 8 nodejs ? pkgs."nodejs_20", 9}: 10 11let 12 nodeEnv = import ../../../../node-packages/node-env.nix { 13 inherit (pkgs) 14 stdenv 15 lib 16 runCommand 17 writeTextFile 18 writeShellScript 19 ; 20 inherit pkgs nodejs; 21 libtool = if pkgs.stdenv.hostPlatform.isDarwin then pkgs.cctools or pkgs.darwin.cctools else null; 22 }; 23in 24import ./node-packages.nix { 25 inherit (pkgs) 26 fetchurl 27 nix-gitignore 28 stdenv 29 lib 30 fetchgit 31 ; 32 inherit nodeEnv; 33}