tokei: use buildFeatures
This commit is contained in:
parent
231a2134c0
commit
b73c22c537
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user