nixpkgs/pkgs/servers/zigbee2mqtt/node.nix

18 lines
483 B
Nix
Raw Normal View History

# This file has been generated by node2nix 1.8.0. Do not edit!
2019-10-19 18:54:10 +00:00
{pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-12_x"}:
let
nodeEnv = import ./node-env.nix {
inherit (pkgs) lib stdenv python2 util-linux runCommand writeTextFile;
inherit nodejs;
2019-10-19 18:54:10 +00:00
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
};
in
import ./node-packages.nix {
inherit (pkgs) fetchurl fetchgit;
2019-10-19 18:54:10 +00:00
inherit nodeEnv;
}