6 rustPlatform.buildRustPackage rec {
11 inherit pname version;
12 hash = "sha256-AhL+k5XEf8m1pyOECTlPwALUG/ELJeACfV2kulxlzaA=";
15 cargoHash = "sha256-BtunTti1cPbG1Qiv39tLdbXHM413UzsCckyqL5CJEUA=";
17 #Skip trycmd integration tests
18 checkFlags = [ "--skip=cli_tests" ];
21 description = "Loco CLI is a powerful command-line tool designed to streamline the process of generating Loco websites";
22 homepage = "https://loco.rs";
23 changelog = "https://github.com/loco-rs/loco/blob/master/CHANGELOG.md";
24 license = lib.licenses.asl20;
25 maintainers = with lib.maintainers; [ sebrut ];