nandi/frqpublic Fork 0
a0dbf2e4c74767ac227c4ad09cd9b4f849b7c0cc
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.

The window opens, and a devShell that remembers what it built c20643a · on a0dbf2e4c74767ac227c4ad09cd9b4f849b7c0cc · nandi · 5d ago
README.md · 16 lines · 662 Bmarkdown
Blame HistoryOpen raw

flutter-dev

scripts/deploy flutter-dev
modal run .modal/flutter-dev/container.py

Defined by container.toml; see ../spec.md for the keys.
Built on the published arch-nix image.

Runs as a Sandbox on a real VM (kernel 6.x, not gVisor). The command
is the sandbox's own process, so it dies when the command exits --
no idle window and nothing to tear down. Note the VM restrictions:
no GPU, and memory is exactly what [resources] memory asks for.

No nix at run time: nothing is substituted at build time and nothing
is evaluated at start. Add a flake.nix and set [nix] flake/shim
together if you want a devShell, knowing what it costs.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# `flutter-dev`

    scripts/deploy flutter-dev
    modal run .modal/flutter-dev/container.py

Defined by `container.toml`; see `../spec.md` for the keys.
Built on the published `arch-nix` image.

Runs as a Sandbox on a real VM (kernel 6.x, not gVisor). The command
is the sandbox's own process, so it dies when the command exits --
no idle window and nothing to tear down. Note the VM restrictions:
no GPU, and memory is exactly what `[resources] memory` asks for.

No nix at run time: nothing is substituted at build time and nothing
is evaluated at start. Add a `flake.nix` and set `[nix] flake`/`shim`
together if you want a devShell, knowing what it costs.