17 lines
245 B
Markdown
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
|
|
```
|