mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
fuck python probing
This commit is contained in:
parent
ae6b7cc81b
commit
cbb2b5bdbd
2 changed files with 8 additions and 12 deletions
|
|
@ -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; {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue