7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-G1XSpvE94gcamvyKKzGZgj5QSwkBNbYWYdZ17ScwW90=";
18 cargoHash = "sha256-Gt8TJ6VTvpqtpQuD4WYN45/gccfgnw13sKeMqHboTm8=";
20 # Integration tests do not run in Nix build environment due to needing to
21 # create and build Cargo workspaces.
24 passthru.updateScript = nix-update-script { };
27 description = "Cargo command to work with Nintendo 3DS project binaries";
28 homepage = "https://github.com/rust3ds/cargo-3ds";
29 license = with lib.licenses; [
33 maintainers = with lib.maintainers; [ l1npengtul ];