zigbee2mqtt: pin to nodejs_18 for now

This commit is contained in:
Lily Foster 2023-12-13 15:04:12 -05:00
parent a9bf124c46
commit 9effc00b6b
No known key found for this signature in database
GPG key ID: 49340081E484C893

View file

@ -1,7 +1,7 @@
{ lib { lib
, buildNpmPackage , buildNpmPackage
, fetchFromGitHub , fetchFromGitHub
, python3 , nodejs_18
, nixosTests , nixosTests
, nix-update-script , nix-update-script
}: }:
@ -19,9 +19,7 @@ buildNpmPackage rec {
npmDepsHash = "sha256-MXTKZNERxryt7L42dHxKx7XfXByNQ67oU+4FKTd0u4U="; npmDepsHash = "sha256-MXTKZNERxryt7L42dHxKx7XfXByNQ67oU+4FKTd0u4U=";
nativeBuildInputs = [ nodejs = nodejs_18;
python3
];
passthru.tests.zigbee2mqtt = nixosTests.zigbee2mqtt; passthru.tests.zigbee2mqtt = nixosTests.zigbee2mqtt;
passthru.updateScript = nix-update-script { }; passthru.updateScript = nix-update-script { };