diff --git a/nix/package.nix b/nix/package.nix index 4bc93e6..92f80df 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec { RUSTFLAGS = toRustFlags ( lib.optionalAttrs lto { lto = "thin"; - embed-bicode = "yes"; + embed-bitcode = "yes"; } // lib.optionalAttrs optimizeSize { codegen-units = "1";