From fcfb7089320c4f9308f4ae54019318fdf830115f Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Mon, 23 Oct 2023 23:43:56 +0300 Subject: [PATCH] remove change-id from sample build configuration Since the change-id is frequently updated alongside breaking changes in the build configuration, keeping the change-id in sample configurations synced with the latest change-id becomes challenging. To address this, we are removing the change-id from the sample configurations so that users can directly view the logs and decide whether to use it or not. Signed-off-by: onur-ozkan --- src/building/suggested.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/building/suggested.md b/src/building/suggested.md index 7e315e04e..1336ff629 100644 --- a/src/building/suggested.md +++ b/src/building/suggested.md @@ -277,7 +277,6 @@ let # `config.toml.example`) from `1bd30ce2aac40c7698aa4a1b9520aa649ff2d1c5` config = pkgs.writeText "rustc-config" '' profile = "compiler" # you may want to choose a different profile, like `library` or `tools` - change-id = 115898 [build] patch-binaries-for-nix = true