mirror of
https://github.com/enso-org/enso.git
synced 2024-11-05 03:59:38 +03:00
3a53d470eb
- Closes #9778 - Add `open_app`, `close_app`, `open_workflow`, and `close_workflow` events - Miscellaneous fixes for Google Analytics: - Fix `open_chat` and `close_chat` events firing even when chat is not visible - Add Google Analytics script to GUI2 entrypoint (i.e. the entrypoint used by the desktop app) Unrelated changes: - Add Nix development shell to allow Nix users to build GUI2 and the build script - Java dependencies have *not* been added in this PR to keep things simple # Important Notes None
8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
strict_env
|
|
|
|
if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then
|
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4="
|
|
fi
|
|
|
|
use flake
|