summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorYestin L. Harrison <yestin@ylh.io>2022-02-23 14:09:52 -0800
committerYestin L. Harrison <yestin@ylh.io>2022-02-23 14:09:52 -0800
commit0df6e9f5fe4d0da13bcff589fc10f43a1defe3cb (patch)
tree1047f12c767f7905d23d0648d10fd731ca03b7cd /modules
parent1df878b6f8351795a3bebfbe4fd2d02e1e8b29d6 (diff)
cachix-agent: literalExample -> literalExpression
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 {