mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
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:
parent
200c36255f
commit
f277b0945e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user