tokei: use buildFeatures

This commit is contained in:
figsoda 2021-11-15 19:41:59 -05:00
parent 231a2134c0
commit b73c22c537

View file

@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
];
# enable all output formats
cargoBuildFlags = [ "--features" "all" ];
buildFeatures = [ "all" ];
meta = with lib; {
description = "A program that allows you to count your code, quickly";