mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 12:45:14 +01:00
x
This commit is contained in:
parent
a2629a1a6e
commit
0f331e73a0
2 changed files with 1 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
nativeBuildInputs = with pkgs; [ rustc ];
|
||||
|
||||
buildPhase = ''
|
||||
PYTHON=${pkgs.python3} rustc -Copt-level=3 -Cembed-bitcode=false $src --out-dir $out/bin
|
||||
PYTHON=${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