Skip to content

Commit 92a7087

Browse files
authored
Merge pull request #154 from Erethon/fix-example-typos
examples: Fix typos in Cachix example
2 parents 077a60a + 045e666 commit 92a7087

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,5 @@ The following instances integrated with Gitea:
149149

150150
## Get in touch
151151

152-
We have a matrix channel at [buildbot-nix](https://matrix.to/#/#buildbot-nix:thalheim.io).
152+
We have a matrix channel at
153+
[buildbot-nix](https://matrix.to/#/#buildbot-nix:thalheim.io).

examples/master.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
#cachix = {
6060
# name = "my-cachix";
6161
# # One of the following is required:
62-
# signingKey = "/var/lib/secrets/cachix-key";
63-
# authToken = "/var/lib/secrets/cachix-token";
62+
# signingKeyFile = "/var/lib/secrets/cachix-key";
63+
# authTokenFile = "/var/lib/secrets/cachix-token";
6464
#};
6565
};
6666

0 commit comments

Comments
 (0)