1
1
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-09-11 12:49:18 +03: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;
default = pkgs.cachix;
defaultText = literalExample "pkgs.cachix";
defaultText = literalExpression "pkgs.cachix";
};
credentialsFile = mkOption {