Jump to content

Translations:NixOS/3/zh: Difference between revisions

From Official NixOS Wiki
Weijia (talk | contribs)
Created page with "由于 Nix 使用了[https://en.wikipedia.org/wiki/Executable 二进制]缓存机制,这便为面向二进制分发(如 Debian)和面向[https://en.wikipedia.org/wiki/Source_code 源码]分发(如 Gentoo)的方法提供了一种独特的折中方案。预编译的二进制程序被视作标准组件,在其无法获取时,自助编译的软件包与模块将被自动构建。"
 
Ardenet (talk | contribs)
No edit summary
 
Line 1: Line 1:
由于 Nix 使用了[https://en.wikipedia.org/wiki/Executable 二进制]缓存机制,这便为面向二进制分发(如 Debian)和面向[https://en.wikipedia.org/wiki/Source_code 源码]分发(如 Gentoo)的方法提供了一种独特的折中方案。预编译的二进制程序被视作标准组件,在其无法获取时,自助编译的软件包与模块将被自动构建。
由于 Nix 使用了 [https://en.wikipedia.org/wiki/Executable 二进制] 缓存机制,这便为面向二进制分发(如 Debian)和面向 [https://en.wikipedia.org/wiki/Source_code 源码] 分发(如 Gentoo)的方法提供了一种独特的折中方案。预编译的二进制程序被视作标准组件,在其无法获取时,自助编译的软件包与模块将被自动构建。

Latest revision as of 10:17, 8 October 2025

Message definition (NixOS)
Since Nix uses [https://en.wikipedia.org/wiki/Executable binary] caching, this provides a unique compromise between the binary-oriented approach used by distributions such as Debian and the [https://en.wikipedia.org/wiki/Source_code source]-oriented approach used by distributions such as Gentoo. Binaries can be used for standard components, and custom-built packages and modules can be used automatically when a pre-built binary is not available.

由于 Nix 使用了 二进制 缓存机制,这便为面向二进制分发(如 Debian)和面向 源码 分发(如 Gentoo)的方法提供了一种独特的折中方案。预编译的二进制程序被视作标准组件,在其无法获取时,自助编译的软件包与模块将被自动构建。