| Run the glimmer-gfx counter from the repo root 5416ab2 nandi 11d ago | 1 | ;; Nothing in this repo is Clojure — the crates are cargo's and nix's business, |
| 2 | ;; and the justfile is their entry point. This file exists for the one thing |
| 3 | ;; that is neither: running a backend's example from the repo root. |
| 4 | ;; |
| 5 | ;; Through `nix develop` because a nix-built jolt cannot dlopen the host |
| 6 | ;; /usr/lib libX11 — different glibc, fails before dlopen returns. The #gfx |
| 7 | ;; shell is that one library on LD_LIBRARY_PATH and nothing else, so entering |
| 8 | ;; it costs under a second once its env derivation is built. |
| 9 | {:tasks {gfx-demo "nix develop .#gfx -c bash -c 'cd glimmer-backends/glimmer-gfx && jolt counter'"}} |