chirpstack-concentratord: move updateScript to passthru

This commit is contained in:
figsoda
2026-05-04 10:27:47 -04:00
parent b8b8208c95
commit 0a2d1f0e8b

View File

@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
rustPlatform.bindgenHook
];
updateScript = nix-update-script { };
passthru.updateScript = nix-update-script { };
meta = {
description = "Concentrator HAL daemon for LoRa gateways";