mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 16:43:58 +00:00
d9b253c455
Signed-off-by: lucasew <lucas59356@gmail.com>
4 lines
110 B
Python
4 lines
110 B
Python
import os
|
|
if 'FLET_VIEW_PATH' not in os.environ:
|
|
os.environ["FLET_VIEW_PATH"] = "@flet-client-flutter@/bin"
|