infra/flake/den/templates/bogus/README.md
2025-12-01 13:23:24 +07:00

17 lines
245 B
Markdown

# Bug Reproduction den
Use this small template to reproduce bugs in den.
Create a **minimal** bug reproduction at [`modules/bug.nix`](modules/bug.nix)
Then run tests:
```console
nix flake check
```
Format code with:
```console
nix fmt
```