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

This commit is contained in:
Stefan Frijters
2026-02-13 12:01:09 +01:00
parent 8ec2689172
commit e0e49892cf
+1 -1
View File
@@ -19,7 +19,7 @@ buildNimPackage (finalAttrs: {
lockFile = ./lock.json;
HOTTEXT_FONT_PATH = "${gentium-plus}/share/fonts/truetype/GentiumPlus-Regular.ttf";
env.HOTTEXT_FONT_PATH = "${gentium-plus}/share/fonts/truetype/GentiumPlus-Regular.ttf";
desktopItem = makeDesktopItem {
categories = [ "Utility" ];