Merge pull request #216635 from DavHau/patch-4

services.cachix-watch-store: fix description of compressionLevel
This commit is contained in:
Domen Kožar
2023-03-14 13:44:58 +00:00
committed by GitHub
@@ -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;
};