diff options
Diffstat (limited to 'nix/pkgs')
| -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 \ |
