README: add note about nixos vm
All checks were successful
Build / check (push) Successful in 11m53s
Build / build (push) Successful in 12m53s
Build / docs (push) Successful in 16m38s

This commit is contained in:
2025-11-09 18:49:48 +09:00
parent 0294381804
commit 3405010508

View File

@@ -31,6 +31,16 @@ Preferrably, this UID/GID should not be root, in order to minimize the potential
## Development and testing ## Development and testing
### Nix
If you have nix installed, you can test your changes in a NixOS vm by running:
```bash
nix run .#vm
```
### General setup
Ensure you have a [rust toolchain](https://www.rust-lang.org/tools/install) installed. Ensure you have a [rust toolchain](https://www.rust-lang.org/tools/install) installed.
In order to set up a test instance of mariadb in a docker container, run the following command: In order to set up a test instance of mariadb in a docker container, run the following command: