We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 077a60a + 045e666 commit 92a7087Copy full SHA for 92a7087
README.md
@@ -149,4 +149,5 @@ The following instances integrated with Gitea:
149
150
## Get in touch
151
152
-We have a matrix channel at [buildbot-nix](https://matrix.to/#/#buildbot-nix:thalheim.io).
+We have a matrix channel at
153
+[buildbot-nix](https://matrix.to/#/#buildbot-nix:thalheim.io).
examples/master.nix
@@ -59,8 +59,8 @@
59
#cachix = {
60
# name = "my-cachix";
61
# # One of the following is required:
62
- # signingKey = "/var/lib/secrets/cachix-key";
63
- # authToken = "/var/lib/secrets/cachix-token";
+ # signingKeyFile = "/var/lib/secrets/cachix-key";
+ # authTokenFile = "/var/lib/secrets/cachix-token";
64
#};
65
};
66
0 commit comments