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:
commit
795492c9a8
1 changed files with 3 additions and 1 deletions
|
@ -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=...
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue