README.md: add shields and useful links
This commit is contained in:
parent
cf23b8e64d
commit
bf68c69672
15
README.md
15
README.md
|
@ -1,3 +1,7 @@
|
||||||
|
[![Build](https://img.shields.io/github/checks-status/nrdxp/nixflk/core)](https://hercules-ci.com/github/nrdxp/nixflk/jobs)
|
||||||
|
[![MIT License](https://img.shields.io/github/license/nrdxp/nixflk)][mit]
|
||||||
|
[![NixOS 20.09](https://img.shields.io/badge/NixOS-v20.09-blue.svg?style=flat&logo=NixOS&logoColor=white)](https://nixos.org)
|
||||||
|
|
||||||
# Introduction
|
# Introduction
|
||||||
Nixflk is a template which grants a simple way to use, deploy and manage
|
Nixflk is a template which grants a simple way to use, deploy and manage
|
||||||
[NixOS][nixos] systems for personal and productive use. It does this by
|
[NixOS][nixos] systems for personal and productive use. It does this by
|
||||||
|
@ -34,12 +38,21 @@ quite frequent.
|
||||||
> branch of [nix][nix]. Until nix 3.0 is released, this project should be
|
> branch of [nix][nix]. Until nix 3.0 is released, this project should be
|
||||||
> considered unstable.
|
> considered unstable.
|
||||||
|
|
||||||
|
## Inspiration & Art
|
||||||
|
- [hlissner/dotfiles][dotfiles]
|
||||||
|
- [nix-user-chroot](https://github.com/nix-community/nix-user-chroot)
|
||||||
|
- [Nickel](https://github.com/tweag/nickel)
|
||||||
|
- [Awesome Nix](https://github.com/nix-community/awesome-nix)
|
||||||
|
- [devshell](https://github.com/numtide/devshell)
|
||||||
|
|
||||||
# License
|
# License
|
||||||
Nixflk is licensed under the [MIT License](https://mit-license.org).
|
Nixflk is licensed under the [MIT License][mit].
|
||||||
|
|
||||||
[nix]: https://nixos.org/manual/nix/stable
|
[nix]: https://nixos.org/manual/nix/stable
|
||||||
|
[mit]: https://mit-license.org
|
||||||
[nixos]: https://nixos.org/manual/nixos/stable
|
[nixos]: https://nixos.org/manual/nixos/stable
|
||||||
[home-manager]: https://nix-community.github.io/home-manager
|
[home-manager]: https://nix-community.github.io/home-manager
|
||||||
[flakes]: https://nixos.wiki/wiki/Flakes
|
[flakes]: https://nixos.wiki/wiki/Flakes
|
||||||
[core]: https://github.com/nrdxp/nixflk
|
[core]: https://github.com/nrdxp/nixflk
|
||||||
[community]: https://github.com/nrdxp/nixflk/tree/community
|
[community]: https://github.com/nrdxp/nixflk/tree/community
|
||||||
|
[dotfiles]: https://github.com/hlissner/dotfiles
|
||||||
|
|
Loading…
Reference in a new issue