infra/flake/den/templates/bogus/README.md

18 lines
245 B
Markdown
Raw Normal View History

2025-12-01 13:23:24 +07:00
# 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
```