From 67ba1db0ffe3d8c7d09176c40375ed0ffbe4973c Mon Sep 17 00:00:00 2001 From: Dionysis Grigoropoulos Date: Fri, 17 May 2024 00:14:19 +0300 Subject: [PATCH 1/2] examples: Fix typos in Cachix example --- examples/master.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/master.nix b/examples/master.nix index f8fab53..4677af0 100644 --- a/examples/master.nix +++ b/examples/master.nix @@ -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"; #}; }; From 045e66665dfd6a073ae8a191718b73af8ca68a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 17 May 2024 00:43:09 +0200 Subject: [PATCH 2/2] fix up formatting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a19e55e..79ebc66 100644 --- a/README.md +++ b/README.md @@ -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).