From c80294ef26ff5c896534101f8aa8d9f30bd1f3d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 12 Jul 2023 16:46:02 +0100 Subject: [PATCH] Update modules/services/cachix-agent.nix Co-authored-by: Michael Hoang --- modules/services/cachix-agent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/cachix-agent.nix b/modules/services/cachix-agent.nix index 7d16da489..68bc61ce7 100644 --- a/modules/services/cachix-agent.nix +++ b/modules/services/cachix-agent.nix @@ -37,7 +37,7 @@ in { type = types.path; default = "/etc/cachix-agent.token"; description = lib.mdDoc '' - Required file that needs to contains: + Required file that needs to contain: export CACHIX_AGENT_TOKEN=... '';