nandi/frqpublic Fork 0
4dfc71908cc3f12174bb0d6dd8688ff3164879c3
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 · 17 lines · 647 Bmarkdown Blame HistoryRaw
Six verbs, and the last of the nix 2e24e64 nandi 17h ago1# `dev`
2
3 scripts/deploy dev
4 modal run .modal/dev/container.py
5
6Defined by `container.toml`; `../_loader.py` is what reads it, and
7its comments are the spec.
8Built on `debian:13-slim`.
9
10Runs as a Sandbox on a real VM (kernel 6.x, not gVisor). The command
11is the sandbox's own process, so it dies when the command exits --
12no idle window and nothing to tear down. Note the VM restrictions:
13no GPU, and memory is exactly what `[resources] memory` asks for.
14
15No nix anywhere: the toolchain is `tools/toolchain.sh`, fetched by
16pinned sha256 onto the `devshell` volume, so nothing is substituted
17at build time and nothing is evaluated at start.