pyprland: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-13 12:10:00 +01:00
parent 7030141c4f
commit ab8c354860
+1 -1
View File
@@ -33,7 +33,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
'';
# NOTE: this is required for the imports check below to work properly
HYPRLAND_INSTANCE_SIGNATURE = "dummy";
env.HYPRLAND_INSTANCE_SIGNATURE = "dummy";
pythonImportsCheck = [
"pyprland"