microvm.nix
nix-cargo-integration
microvm.nix | nix-cargo-integration | |
---|---|---|
9 | 1 | |
1,627 | 192 | |
3.5% | 0.0% | |
9.1 | 9.7 | |
6 days ago | 3 days ago | |
Nix | Nix | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
microvm.nix
- We're Leaving Kubernetes
-
NixOS is a good server OS, except when it isn't
One technique employed by microvm.nix[0] is to mount the hosts /nix/store into the guest. This won't shrink the size of the system, but should allow it to be amortized across many different VMs.
I'm not sure how exploitable a read-only virtiofs share is, so this is perhaps not appropriate in some circumstances.
[0]: https://github.com/astro/microvm.nix
-
Tvix – A New Implementation of Nix
- Generating virtual machines/installators from a configuration: https://github.com/astro/microvm.nix and https://github.com/nix-community/nixos-generators
- NixOS MicroVMs
-
Is there a nixos solution for hyperconverged infrastructure?
MicroVM.nix, which creates firecracker/cloud-hypervisor/qemu/etc VMs: https://github.com/astro/microvm.nix
-
Make your QEMU 10 times faster with this one weird trick
FWIW, the contemporary alternative to 9p is virtiofs. It is implemented as a separate service that is running aside the hypervisor. Originally out of qemu, it was rewritten in Rust as a freestanding project that can also be used with cloud-hypervisor and crosvm.
https://gitlab.com/virtio-fs/virtiofsd
On NixOS: https://github.com/astro/microvm.nix
- microvm.nix: A Nix Flake to Easily Run NixOS MicroVMs on NixOS
- Microvm.nix: A Nix Flake to Easily Run NixOS MicroVMs on NixOS
nix-cargo-integration
-
Introducing Crane: Composable and Cacheable Builds with Cargo and Nix
The dream2nix-based https://github.com/yusdacra/nix-cargo-integration uses crane as one of the backend, in case anyone is looking for a more compact flake.nix setup.
What are some alternatives?
nixt - Simple unit-testing for Nix [maintainer=@Lord-Valen]
fenix - Rust toolchains and rust-analyzer nightly for Nix [maintainer=@figsoda]
skyflake - NixOS Hyperconverged Infrastructure on Nomad/NixOS
nix-flake-templates
qemu - QEMU commit queue for 9P (aka 9pfs) changes only. Please see http://wiki.qemu.org/Contribute/SubmitAPatch for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.
haumea - Filesystem-based module system for Nix [maintainer=@figsoda]