Jump to content

Translations:Flakes/167/zh

From Official NixOS Wiki
Revision as of 19:33, 28 August 2025 by Weijia (talk | contribs) (Created page with "如果 Nix 警告您重定向的 flake 实际上并未用作已推导 flake 的输入,请尝试使用 <code>--inputs-from .</code> 标志。如果一切顺利,您应该能够在依赖项更改时执行 <code>buildPhase && installPhase</code> 操作,并使用新版本依赖重建您的程序,而''无需''退出开发 shell。")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

如果 Nix 警告您重定向的 flake 实际上并未用作已推导 flake 的输入,请尝试使用 --inputs-from . 标志。如果一切顺利,您应该能够在依赖项更改时执行 buildPhase && installPhase 操作,并使用新版本依赖重建您的程序,而无需退出开发 shell。