mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-05-13 05:32:51 +02:00
fix x
This commit is contained in:
parent
d81f8d3ccd
commit
418f25e9b6
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
nativeBuildInputs = with pkgs; [ rustc ];
|
nativeBuildInputs = with pkgs; [ rustc ];
|
||||||
|
|
||||||
buildPhase = ''
|
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; {
|
meta = with pkgs.lib; {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue