nixpkgs/pkgs/servers/zigbee2mqtt/node.nix
Martin Weinelt 43f4719649 Revert "zigbee2mqtt: 1.16.2 -> 1.18.2"
This reverts commit 2aab826896.

Likely cause of the unexpected EOF during the latest hydra evaluation
of trunk-combined.
2021-04-03 14:57:51 +02:00

18 lines
483 B
Nix

# This file has been generated by node2nix 1.8.0. Do not edit!
{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;
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
};
in
import ./node-packages.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}