mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
compressDrv: fix a confusing comment
This commit is contained in:
parent
78c1022cd1
commit
26249b62fd
@ -41,7 +41,7 @@
|
|||||||
compressDrv pkgs.spdx-license-list-data.json {
|
compressDrv pkgs.spdx-license-list-data.json {
|
||||||
formats = ["json"];
|
formats = ["json"];
|
||||||
compressors = {
|
compressors = {
|
||||||
"json" = "${zopfli}/bin/zopfli --keep {}";
|
gz = "${zopfli}/bin/zopfli --keep {}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
=>
|
=>
|
||||||
|
Loading…
Reference in New Issue
Block a user