1 { lib, rustPlatform, fetchCrate, installShellFiles, testers, sigi }:
3 rustPlatform.buildRustPackage rec {
9 hash = "sha256-JGQ9UbkS3Q1ohy6vtiUlPijuffH4Gb99cZCKreGqE/U=";
12 cargoHash = "sha256-W/ekk4tsYxG7FXzJW5i0Ii7nLgDHCSCjO3couN+/sMk=";
13 nativeBuildInputs = [ installShellFiles ];
15 # In case anything goes wrong.
16 checkFlags = [ "RUST_BACKTRACE=1" ];
22 passthru.tests.version = testers.testVersion { package = sigi; };
25 description = "Organizing CLI for people who don't love organizing.";
26 homepage = "https://github.com/sigi-cli/sigi";
27 license = licenses.gpl2;
28 maintainers = with maintainers; [ booniepepper ];