I want to detect the environment at runtime so that the program acts accordingly, but I get an error with this trace. I don't want the envars at comptime. I want them at runtime.
/home/rocketeer/compile/zig/build/stage3/lib/zig/std/os.zig:2046:10: error: unable to evaluate comptime expression
for (environ) |ptr| {
^~~~~~~
src/modules/window/window_system.zig:194:34: note: called from here
if (std.os.getenv("XDG_SESSION_TYPE") == null) {