mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
zigbee2mqtt: pin to nodejs_18 for now
This commit is contained in:
parent
a9bf124c46
commit
9effc00b6b
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user