2024-05-13 21:24:10 +00:00
|
|
|
{ python3, rustPlatform }:
|
2024-05-02 00:46:19 +00:00
|
|
|
|
|
|
|
python3.pkgs.callPackage ./generic.nix {
|
|
|
|
buildAndTestSubdir = "examples/word-count";
|
|
|
|
|
2024-05-13 21:24:10 +00:00
|
|
|
nativeBuildInputs = with rustPlatform; [ cargoSetupHook maturinBuildHook ];
|
2024-05-02 00:46:19 +00:00
|
|
|
}
|