Home
Random
Log in
Settings
About the NixOS Wiki
Official NixOS Wiki
Search
Translations
:
Flakes/156/zh
Language
Watch
View source
Revision as of 19:29, 28 August 2025 by
Weijia
(
talk
|
contribs
)
(Created page with "* <code>builtins.currentSystem</code> 函数是非确定且不纯的,因为它反映了执行推导的主机系统。通常可以通过将系统类型(例如 x86_64-linux)显式传递给需要它的 Derivations 来避免这种情况。")
(diff) ← Older revision |
Latest revision
(
diff
) |
Newer revision →
(
diff
)
builtins.currentSystem
函数是非确定且不纯的,因为它反映了执行推导的主机系统。通常可以通过将系统类型(例如 x86_64-linux)显式传递给需要它的 Derivations 来避免这种情况。