zigbee2mqtt: remove upgrade warning

the problem, which caused the large derivation size was fixed
https://github.com/NixOS/nixpkgs/pull/142319
This commit is contained in:
Simon Weber
2021-12-06 18:30:01 +01:00
parent 200c36255f
commit f277b0945e
-2
View File
@@ -3,8 +3,6 @@ let
package = (import ./node.nix { inherit pkgs; inherit (stdenv.hostPlatform) system; }).package;
in
package.override rec {
# don't upgrade! Newer versions cause stack overflows and fail trunk-combined
# see https://github.com/NixOS/nixpkgs/pull/118400
version = "1.22.1";
reconstructLock = true;