1
Fork 0
satellite/modules/overlays/npm/default.nix

18 lines
520 B
Nix
Raw Normal View History

2022-07-27 10:00:25 +02:00
# This file has been generated by node2nix 1.11.1. Do not edit!
2020-04-08 20:08:39 +02:00
2022-06-18 23:09:21 +02:00
{pkgs ? import <nixpkgs> {
2020-04-08 20:08:39 +02:00
inherit system;
2022-06-18 23:09:21 +02:00
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-12_x"}:
2020-04-08 20:08:39 +02:00
let
nodeEnv = import ./node-env.nix {
2022-02-01 14:28:29 +01:00
inherit (pkgs) stdenv lib python2 runCommand writeTextFile writeShellScript;
inherit pkgs nodejs;
2020-04-08 20:08:39 +02:00
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
};
in
import ./node-packages.nix {
2022-02-01 14:28:29 +01:00
inherit (pkgs) fetchurl nix-gitignore stdenv lib fetchgit;
2020-04-08 20:08:39 +02:00
inherit nodeEnv;
2022-02-01 14:28:29 +01:00
}