readme: add cachix label and instructions
This commit is contained in:
parent
0cea753c38
commit
32dd993607
@ -3,6 +3,7 @@
|
|||||||
> an offline-capable xkcd webcomic reader written in Go
|
> an offline-capable xkcd webcomic reader written in Go
|
||||||
|
|
||||||
[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org)
|
[![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
|
### disclaimer
|
||||||
WIP :construction:
|
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
|
> *note on the nix-related steps*: make sure you have
|
||||||
> [`nix`](https://nixos.org/learn.html) installed and optionally the flake
|
> [`nix`](https://nixos.org/learn.html) installed and optionally the flake
|
||||||
> functionality enabled, the Go toolchain and a minimal set of Go development
|
> 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:
|
that means you can get started:
|
||||||
### developing using nix (flakes enabled)
|
### developing using nix (flakes enabled)
|
||||||
|
Loading…
Reference in New Issue
Block a user