mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
cachix-agent: literalExample -> literalExpression
This commit is contained in:
parent
1df878b6f8
commit
0df6e9f5fe
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ in {
|
|||
'';
|
||||
type = types.package;
|
||||
default = pkgs.cachix;
|
||||
defaultText = literalExample "pkgs.cachix";
|
||||
defaultText = literalExpression "pkgs.cachix";
|
||||
};
|
||||
|
||||
credentialsFile = mkOption {
|
||||
|
|
Loading…
Add table
Reference in a new issue