1
1
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-09-11 12:49:18 +03:00

cachix-agent: literalExample -> literalExpression

This commit is contained in:
Yestin L. Harrison 2022-02-23 14:09:52 -08:00
parent 1df878b6f8
commit 0df6e9f5fe

View File

@ -30,7 +30,7 @@ in {
'';
type = types.package;
default = pkgs.cachix;
defaultText = literalExample "pkgs.cachix";
defaultText = literalExpression "pkgs.cachix";
};
credentialsFile = mkOption {