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

18 lines
519 B
Nix
Raw Normal View History

2022-02-01 14:28:29 +01:00
# This file has been generated by node2nix 1.9.0. Do not edit!
2020-04-08 20:08:39 +02:00
{pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-12_x"}:
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
}