1
0
Fork 0
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:
Domen Kožar 2022-03-13 12:17:13 +00:00 committed by GitHub
commit c4ed319159
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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