diff options
| author | andromeda <andromeda@lenovo> | 2026-03-04 22:45:35 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-03-04 22:45:35 +0100 |
| commit | 094e8c288a88db8a349492085381347ccdafc391 (patch) | |
| tree | 9ee347819e3f7c3b0747c9b725e7f4c69b22d6ac /nix/pkgs/bootle.nix | |
| parent | 1b6f76488dcc01c8e6c0efbe07751ebeea18c33b (diff) | |
use long mode, x86_64-unknown-none works now
Diffstat (limited to 'nix/pkgs/bootle.nix')
| -rw-r--r-- | nix/pkgs/bootle.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nix/pkgs/bootle.nix b/nix/pkgs/bootle.nix index 5c3c63d..dd21018 100644 --- a/nix/pkgs/bootle.nix +++ b/nix/pkgs/bootle.nix @@ -23,7 +23,11 @@ in (naersk'.buildPackage { release = true; # build std - cargoBuildOptions = x: x ++ ["-Zbuild-std=core,compiler_builtins,alloc" "-Zbuild-std-features=compiler-builtins-mem"]; + cargoBuildOptions = x: + x + ++ [ + "-Zbuild-std=core,compiler_builtins" + ]; postInstall = '' ld --oformat binary \ |
