ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix garnix docs urls (#461)

Signed-off-by: marshmallow <git@althaea.zone>

authored by

marshmallow and committed by
GitHub
97fcf099 32151f7a

+2 -2
+1 -1
doc/guides/installation.md
··· 19 19 20 20 ## Binary Cache 21 21 22 - You should enable the [garnix binary cache](https://garnix.io/docs/caching) _before_ 22 + You should enable the [garnix binary cache](https://garnix.io/docs/ci/caching) _before_ 23 23 continuing otherwise you will be compiling from source: 24 24 25 25 ::: code-group
+1 -1
doc/tutorial/part-one/nix-setup.md
··· 31 31 Because wire can be heavy to compile, it is distributed with a [binary 32 32 cache](https://wiki.nixos.org/wiki/Binary_Cache). 33 33 34 - You must enable the [garnix binary cache](https://garnix.io/docs/caching) or you 34 + You must enable the [garnix binary cache](https://garnix.io/docs/ci/caching/) or you 35 35 will be compiling everything from source: 36 36 37 37 ::: code-group