core/pkgs/by-name/ma/maturin/pyo3-test/default.nix
2024-05-13 22:24:10 +01:00

8 lines
196 B
Nix

{ python3, rustPlatform }:
python3.pkgs.callPackage ./generic.nix {
buildAndTestSubdir = "examples/word-count";
nativeBuildInputs = with rustPlatform; [ cargoSetupHook maturinBuildHook ];
}