10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-4POxv6fIrp+wKb9V+6Y2YPx3FXp3hpnkq+62H9TwGII=";
21 useFetchCargoVendor = true;
22 cargoHash = "sha256-J9sGXJbGbO9UgZfgqxqzbiJz9j6WMpq3qC2ys7OJnII=";
26 "--skip=generation::tests::can_generate_from_remote_repo_with_subdir"
27 "--skip=generation::tests::can_generate_from_remote_repo"
31 updateScript = nix-update-script { };
32 tests.version = testers.testVersion {
38 description = "Scaffolding tool to get new projects up and running quickly";
39 homepage = "https://github.com/Keats/kickstart";
40 changelog = "https://github.com/Keats/kickstart/releases/tag/v${version}";
41 license = licenses.mit;
42 maintainers = with maintainers; [ gaelreyrol ];
43 mainProgram = "kickstart";