readme: add cachix label and instructions

This commit is contained in:
surtur 2022-05-03 19:18:22 +02:00
parent 0cea753c38
commit 32dd993607
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -3,6 +3,7 @@
> an offline-capable xkcd webcomic reader written in Go
[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org)
[![Cachix](https://img.shields.io/badge/cachix-go--xkcdreader-blue.svg)](https://go-xkcdreader.cachix.org)
### disclaimer
WIP :construction:
@ -15,7 +16,8 @@ and also because I wanted to play with `nix` and its flakes just a wee bit.
> *note on the nix-related steps*: make sure you have
> [`nix`](https://nixos.org/learn.html) installed and optionally the flake
> functionality enabled, the Go toolchain and a minimal set of Go development
> goodies will get pulled in automatically.
> goodies will get pulled in automatically. you might want to speed up the
> builds by making use of project's build cache: `cachix use go-xkcdreader`.
that means you can get started:
### developing using nix (flakes enabled)