netboxPlugins.netbox-qrcode: set structuredAttrs

This commit is contained in:
Nico Felbinger
2026-05-29 18:50:06 +02:00
parent f09f433ad5
commit f9901caee1
@@ -21,6 +21,7 @@ buildPythonPackage (finalAttrs: {
pname = "netbox-qrcode";
version = "0.0.20";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "netbox-community";