Loading pkgs/by-name/ca/cargo-expand/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, rustPlatform, fetchFromGitHub, versionCheckHook, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -17,6 +18,10 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoHash = "sha256-Di7Nnp8qYqpTkKmmUYoKxSkntepG80vVF2AkaN5yW+U="; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; doInstallCheck = true; meta = { description = "Cargo subcommand to show result of macro expansion"; homepage = "https://github.com/dtolnay/cargo-expand"; Loading Loading
pkgs/by-name/ca/cargo-expand/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, rustPlatform, fetchFromGitHub, versionCheckHook, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -17,6 +18,10 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoHash = "sha256-Di7Nnp8qYqpTkKmmUYoKxSkntepG80vVF2AkaN5yW+U="; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; doInstallCheck = true; meta = { description = "Cargo subcommand to show result of macro expansion"; homepage = "https://github.com/dtolnay/cargo-expand"; Loading