Hi, I am having trouble importing environment variables via System.Environment - passing the correct env var to nix-build even with --impure does not include the variable in the built apk file (I'm setting a hostname for instance). Is there something I'm missing? Do I need to provide it in another file or something?
Thanks!