compressDrv: fix a confusing comment

This commit is contained in:
Motiejus Jakštys 2024-08-21 21:52:00 +03:00
parent 78c1022cd1
commit 26249b62fd

View File

@ -41,7 +41,7 @@
compressDrv pkgs.spdx-license-list-data.json {
formats = ["json"];
compressors = {
"json" = "${zopfli}/bin/zopfli --keep {}";
gz = "${zopfli}/bin/zopfli --keep {}";
};
}
=>