mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
services.cachix-watch-store: fix description of compressionLevel
By now, zstd is the default.
This commit is contained in:
parent
8c66bd1b68
commit
731053d8aa
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user