kickstart: add missing cli feature (#381399)

This commit is contained in:
Donovan Glover
2025-02-14 10:51:13 +00:00
committed by GitHub
+2
View File
@@ -21,6 +21,8 @@ rustPlatform.buildRustPackage rec {
useFetchCargoVendor = true;
cargoHash = "sha256-J9sGXJbGbO9UgZfgqxqzbiJz9j6WMpq3qC2ys7OJnII=";
buildFeatures = [ "cli" ];
checkFlags = [
# remote access
"--skip=generation::tests::can_generate_from_remote_repo_with_subdir"