Merge pull request #154 from Erethon/fix-example-typos

examples: Fix typos in Cachix example
This commit is contained in:
Jörg Thalheim 2024-05-17 00:46:28 +02:00 committed by GitHub
commit 92a70872a8
Failed to generate hash of commit
2 changed files with 4 additions and 3 deletions

View file

@ -149,4 +149,5 @@ The following instances integrated with Gitea:
## Get in touch ## 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).

View file

@ -59,8 +59,8 @@
#cachix = { #cachix = {
# name = "my-cachix"; # name = "my-cachix";
# # One of the following is required: # # One of the following is required:
# signingKey = "/var/lib/secrets/cachix-key"; # signingKeyFile = "/var/lib/secrets/cachix-key";
# authToken = "/var/lib/secrets/cachix-token"; # authTokenFile = "/var/lib/secrets/cachix-token";
#}; #};
}; };