9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-GIBSHPIUq+skTx5k+94/K1FJ30BCboWPA6GadgXwp+I=";
20 cargoHash = "sha256-cOcldEte7zxyxzvj7v7uCczs5AQ+v4mMfqmTK9hrv1o=";
24 "--skip=generation::tests::can_generate_from_remote_repo_with_subdir"
25 "--skip=generation::tests::can_generate_from_remote_repo"
29 updateScript = nix-update-script { };
30 tests.version = testers.testVersion {
36 description = "Scaffolding tool to get new projects up and running quickly";
37 homepage = "https://github.com/Keats/kickstart";
38 changelog = "https://github.com/Keats/kickstart/releases/tag/v${version}";
39 license = licenses.mit;
40 maintainers = with maintainers; [ gaelreyrol ];
41 mainProgram = "kickstart";