fuck python probing

This commit is contained in:
nora 2024-02-23 21:59:04 +01:00
parent ae6b7cc81b
commit cbb2b5bdbd
2 changed files with 8 additions and 12 deletions

View file

@ -7,7 +7,7 @@
nativeBuildInputs = with pkgs; [ rustc ];
buildPhase = ''
rustc -Copt-level=3 -Cembed-bitcode=false $src --out-dir $out/bin
PYTHON=${pkgs.python3} rustc -Copt-level=3 -Cembed-bitcode=false $src --out-dir $out/bin
'';
meta = with pkgs.lib; {