1 { lib, rustPlatform, fetchFromGitHub, git }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-dImQLC7owPf2EB5COO5vjN3a6k7gJ88D2hMSUW2/wn4=";
14 cargoHash = "sha256-7JQcY3HCG3UQ0Mfz/+ZZ0axGEpQoH410FT72tjHW7EE=";
20 # tests require it to be in a git repository
25 # error: Found argument '--test-threads' which wasn't expected, or isn't valid in this context
26 checkFlags = [ "--skip" "runs_correctly" ];
29 description = "Git wrapper that allows you to compress multiple commands into one";
30 homepage = "https://github.com/milo123459/glitter";
31 changelog = "https://github.com/Milo123459/glitter/releases/tag/v${version}";
32 license = licenses.mit;
33 maintainers = with maintainers; [ figsoda ];
34 mainProgram = "glitter";