Unverified Commit 731053d8 authored by DavHau's avatar DavHau Committed by GitHub
Browse files

services.cachix-watch-store: fix description of compressionLevel

By now, zstd is the default.
parent 8c66bd1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ in

    compressionLevel = mkOption {
      type = types.nullOr types.int;
      description = lib.mdDoc "The compression level for XZ compression (between 0 and 9)";
      description = lib.mdDoc "The compression level for ZSTD compression (between 0 and 16)";
      default = null;
    };