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