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.
This commit is contained in:
Martin Weinelt
2021-04-03 14:57:51 +02:00
parent d6a67759e7
commit 43f4719649
3 changed files with 1349 additions and 3028 deletions
+5 -5
View File
@@ -1,17 +1,17 @@
# This file has been generated by node2nix 1.9.0. Do not edit!
# 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 ../../development/node-packages/node-env.nix {
inherit (pkgs) stdenv lib python2 runCommand writeTextFile;
inherit pkgs nodejs;
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 nix-gitignore stdenv lib fetchgit;
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}