docs.rs failed to build tatara-vm-0.2.201
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
tatara-vm-0.2.203
tatara-vm — Darwin-hosted Linux guests for tatara-os
Typed VmSpec authored in tatara-lisp, emitted as config for whichever
hypervisor the host has available:
vfkit— Apple Virtualization.framework, minimal CLI, JSON config. Default on Darwin. Installed via nixpkgs'vfkitattribute.qemu— portable fallback; KVM on Linux, HVF on Darwin (intel).kasou— pleme-io's own Virtualization.framework wrapper. Used when we want Rust-native control, no CLI shell-out.
The Nix story: the VM's kernel + initrd + rootfs are tatara
Derivation values. That means every guest is content-addressed, and two
identical VmSpec values produce the same bytes in /nix/store. Darwin
hosts the hypervisor; Nix (on Darwin) builds every guest artifact.
Lisp authoring: