mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
fix x
This commit is contained in:
parent
2097784bac
commit
7b8b68acaa
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
nativeBuildInputs = with pkgs; [ rustc ];
|
||||
|
||||
buildPhase = ''
|
||||
PYTHON=${pkgs.python3} rustc -Copt-level=3 --crate-name x $src --out-dir $out/bin
|
||||
PYTHON=${pkgs.lib.getExe pkgs.python3} rustc -Copt-level=3 --crate-name x $src --out-dir $out/bin
|
||||
'';
|
||||
|
||||
meta = with pkgs.lib; {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue