![]() - GPaste 45 switched to ES6 modules.
- Imports in an ES6 module are resolved before the statements in the module body are evaluated.
- If we want our typelib path modification to take effect, we need to do it before the typelibs are imported.
One option is delaying further imports with a top-level await of dynamic import.
I did that in
|
||
---|---|---|
.. | ||
apps | ||
core | ||
devtools | ||
extensions | ||
games | ||
misc | ||
nixos/gsettings-overrides | ||
default.nix | ||
find-latest-version.py | ||
gdk-pixbuf-cache-builder.nix | ||
installer.nix | ||
update.nix |