Compare commits

...

2 commits

Author SHA1 Message Date
Lilian Besson
1956b8b627
Merge pull request #70 from Tygo-van-den-Hurk/patch-1
Added "Build with Nix" badge
2025-03-02 01:46:03 +01:00
Tygo van den Hurk
12e24d2b88
Added "Build with Nix" badge 2025-02-28 11:30:34 +01:00

View file

@ -22,6 +22,7 @@ A list of badges, with their Markdown code, that can be included in a `README.md
- [Binder](#binder)
- [Go related](#go-related)
- [Rust related](#rust-related)
- [Nix related](#nix-related)
- [Markdown related](#markdown-related)
- [LaTeX related](#latex-related)
- [PyPI downloads](#pypi-downloads)
@ -247,7 +248,12 @@ GoDoc reference (`godoc.org/:user/go/:repo`):
[![made-with-rust](https://img.shields.io/badge/Made%20with-Rust-1f425f.svg)](https://www.rust-lang.org/)
```
## [Nix](https://www.nixos.org/) related
[![Built with Nix badge](https://img.shields.io/badge/Built_With-Nix-5277C3.svg?logo=nixos&labelColor=73C3D5)](https://www.nixos.org/)
```markdown
[![Built with Nix badge](https://img.shields.io/badge/Built_With-Nix-5277C3.svg?logo=nixos&labelColor=73C3D5)](https://www.nixos.org/)
```
----
## [Markdown](http://commonmark.org) related