1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-04-09 02:30:29 +00:00

Merge pull request #736 from LnL7/domenkozar-patch-2

cachix-agent: clarify what should be in the token file
This commit is contained in:
Michael Hoang 2023-07-13 02:09:20 +10:00 committed by GitHub
commit 795492c9a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,9 @@ in {
type = types.path;
default = "/etc/cachix-agent.token";
description = lib.mdDoc ''
Required file that needs to contain CACHIX_AGENT_TOKEN=...
Required file that needs to contain:
export CACHIX_AGENT_TOKEN=...
'';
};