diff options
| author | Yestin L. Harrison <yestin@ylh.io> | 2022-02-23 14:09:52 -0800 |
|---|---|---|
| committer | Yestin L. Harrison <yestin@ylh.io> | 2022-02-23 14:09:52 -0800 |
| commit | 0df6e9f5fe4d0da13bcff589fc10f43a1defe3cb (patch) | |
| tree | 1047f12c767f7905d23d0648d10fd731ca03b7cd /modules | |
| parent | 1df878b6f8351795a3bebfbe4fd2d02e1e8b29d6 (diff) | |
cachix-agent: literalExample -> literalExpression
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/services/cachix-agent.nix | 2 |
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 { |
