mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
Merge pull request #440 from ylh/literalTest
cachix-agent: literalExample -> literalExpression
This commit is contained in:
commit
c4ed319159
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…
Reference in a new issue