summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/services/cachix-agent.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/cachix-agent.nix b/modules/services/cachix-agent.nix
index 29d8329..e4d6c03 100644
--- a/modules/services/cachix-agent.nix
+++ b/modules/services/cachix-agent.nix
@@ -30,7 +30,7 @@ in {
'';
type = types.package;
default = pkgs.cachix;
- defaultText = literalExample "pkgs.cachix";
+ defaultText = literalExpression "pkgs.cachix";
};
credentialsFile = mkOption {