We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa45b2 commit f9c2c59Copy full SHA for f9c2c59
flake.nix
@@ -310,7 +310,7 @@
310
'';
311
# pyo3 needs a Python interpreter in the build environment
312
# https://pyo3.rs/v0.17.3/building_and_distribution#configuring-the-python-version
313
- nativeBuildInputs = with pkgs; [ pkg-config python3 ];
+ nativeBuildInputs = with pkgs; [ pkg-config python3 ] ++ systemSpecificPkgs;
314
buildInputs = with pkgs; [
315
(nix-input.packages.${system}.default.overrideAttrs
316
# SEE: https://github.com/NixOS/nix/issues/9107
0 commit comments