Merge pull request 'Put flake instructions in a <details> block' (#13) from condense-readme into main

Reviewed-on: https://codeberg.org/svenvanheugten/git-check-assertions/pulls/13
This commit is contained in:
Sven van Heugten 2026-03-06 18:44:04 +01:00
commit f3444c3d55

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?