README: add note about vm
All checks were successful
Build and test / check-license (push) Successful in 55s
Build and test / check (push) Successful in 3m5s
Build and test / build (push) Successful in 3m9s
Build and test / test (push) Successful in 3m16s
Build and test / docs (push) Successful in 7m52s

This commit is contained in:
2026-01-11 23:08:11 +09:00
parent ee33c96120
commit b2d56e1c85

View File

@@ -39,7 +39,12 @@ docker stop mariadb
## Development using Nix
If you have nix installed, you can easily test your changes in a NixOS vm by running:
> [!NOTE]
> We have created some nix code to generate a QEMU VM with a setup similar to a production deployment
> There is not necessarily any VMs running in a production setup, and if so then at least not this VM.
> It is mainly there for easy access to interactive testing, as well as for testing the NixOS module.
If you have nix installed, you can easily test your changes in a NixOS test VM by running:
```bash
nix run .#vm # Start a NixOS VM in QEMU with muscl and MariaDB installed