Put flake instructions in a <details> block

This commit is contained in:
Sven van Heugten 2026-03-06 18:42:00 +01:00
parent fea90637e3
commit bf26f40261
No known key found for this signature in database
GPG key ID: D612F88666F4F660

View file

@ -19,6 +19,9 @@ On most systems, clone this repository and add the `bin` directory to your `PATH
If you use Nix with flakes, you can simply add it to your program's devshell instead:
<details>
<summary>Instructions for using the flake</summary>
```diff
@@ -2,12 +2,18 @@
inputs = {
@ -49,6 +52,7 @@ If you use Nix with flakes, you can simply add it to your program's devshell ins
}
)
```
</details>
## What do you put in your commit messages?