nandi/frqpublic Fork 0
c9d7b92b3efdd60a594fe8e9e625655ba28fe32c
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

README.md · 16 lines · 662 Bmarkdown Blame HistoryRaw
The window opens, and a devShell that remembers what it built c20643a nandi 5d ago1# `flutter-dev`
2
3 scripts/deploy flutter-dev
4 modal run .modal/flutter-dev/container.py
5
6Defined by `container.toml`; see `../spec.md` for the keys.
7Built on the published `arch-nix` image.
8
9Runs as a Sandbox on a real VM (kernel 6.x, not gVisor). The command
10is the sandbox's own process, so it dies when the command exits --
11no idle window and nothing to tear down. Note the VM restrictions:
12no GPU, and memory is exactly what `[resources] memory` asks for.
13
14No nix at run time: nothing is substituted at build time and nothing
15is evaluated at start. Add a `flake.nix` and set `[nix] flake`/`shim`
16together if you want a devShell, knowing what it costs.