Merge pull request #154 from Erethon/fix-example-typos
examples: Fix typos in Cachix example
This commit is contained in:
commit
92a70872a8
|
@ -149,4 +149,5 @@ The following instances integrated with Gitea:
|
|||
|
||||
## Get in touch
|
||||
|
||||
We have a matrix channel at [buildbot-nix](https://matrix.to/#/#buildbot-nix:thalheim.io).
|
||||
We have a matrix channel at
|
||||
[buildbot-nix](https://matrix.to/#/#buildbot-nix:thalheim.io).
|
||||
|
|
|
@ -59,8 +59,8 @@
|
|||
#cachix = {
|
||||
# name = "my-cachix";
|
||||
# # One of the following is required:
|
||||
# signingKey = "/var/lib/secrets/cachix-key";
|
||||
# authToken = "/var/lib/secrets/cachix-token";
|
||||
# signingKeyFile = "/var/lib/secrets/cachix-key";
|
||||
# authTokenFile = "/var/lib/secrets/cachix-token";
|
||||
#};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue