remove change-id from sample build configuration (#1813)
This commit is contained in:
parent
9b4c00cc10
commit
641a617c61
|
|
@ -277,7 +277,6 @@ let
|
||||||
# `config.toml.example`) from `1bd30ce2aac40c7698aa4a1b9520aa649ff2d1c5`
|
# `config.toml.example`) from `1bd30ce2aac40c7698aa4a1b9520aa649ff2d1c5`
|
||||||
config = pkgs.writeText "rustc-config" ''
|
config = pkgs.writeText "rustc-config" ''
|
||||||
profile = "compiler" # you may want to choose a different profile, like `library` or `tools`
|
profile = "compiler" # you may want to choose a different profile, like `library` or `tools`
|
||||||
change-id = 115898
|
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
patch-binaries-for-nix = true
|
patch-binaries-for-nix = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue