summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-04 22:45:35 +0100
committerandromeda <andromeda@lenovo>2026-03-04 22:45:35 +0100
commit094e8c288a88db8a349492085381347ccdafc391 (patch)
tree9ee347819e3f7c3b0747c9b725e7f4c69b22d6ac /nix
parent1b6f76488dcc01c8e6c0efbe07751ebeea18c33b (diff)
use long mode, x86_64-unknown-none works now
Diffstat (limited to 'nix')
-rw-r--r--nix/pkgs/bootle.nix6
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 \