<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=Translations%3ANix_%28package_manager%29%2F16%2Fzh</id>
	<title>Translations:Nix (package manager)/16/zh - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=Translations%3ANix_%28package_manager%29%2F16%2Fzh"/>
	<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/16/zh&amp;action=history"/>
	<updated>2026-04-07T17:02:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.0</generator>
	<entry>
		<id>https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/16/zh&amp;diff=27347&amp;oldid=prev</id>
		<title>Ardenet at 09:01, 8 October 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/16/zh&amp;diff=27347&amp;oldid=prev"/>
		<updated>2025-10-08T09:01:11Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 09:01, 8 October 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;当&lt;/del&gt;启用沙盒构建&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;时&lt;/del&gt;，Nix &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;会&lt;/del&gt;为每个构建过程设置一个隔离&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;的&lt;/del&gt;环境。这&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;样可以去&lt;/del&gt;除构建环境中&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;额外&lt;/del&gt;的隐藏依赖，以提高可复现性。这包括在构建过程中&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;禁止访问 &lt;/del&gt;&amp;lt;code&amp;gt;fetch*&amp;lt;/code&amp;gt; 函数之外的网络，以及&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;禁止访问 &lt;/del&gt;Nix &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;store &lt;/del&gt;之外的文件。根据操作系统的不同，对其他资源的访问也会被阻止（例如在 Linux 上进程间通信&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;会&lt;/del&gt;被隔离）&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;；详细信息请参阅 Nix 手册中的 [https://nixos.org/nix/manual/#sec-conf-file nix.conf 章节]&lt;/del&gt;。&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;启用沙盒构建&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;后&lt;/ins&gt;，Nix &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;将&lt;/ins&gt;为每个构建过程设置一个隔离环境。这&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;用于移&lt;/ins&gt;除构建环境中的&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;的其它&lt;/ins&gt;隐藏依赖&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;项&lt;/ins&gt;，以提高&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;构建结果的&lt;/ins&gt;可复现性。这包括在构建过程中&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;对 &lt;/ins&gt;&amp;lt;code&amp;gt;fetch*&amp;lt;/code&amp;gt; 函数之外的网络&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;访问&lt;/ins&gt;，以及&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;对 &lt;/ins&gt;Nix &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Store &lt;/ins&gt;之外的文件&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;访问的不可行&lt;/ins&gt;。根据操作系统的不同，对其他资源的访问也会被阻止（例如&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;，&lt;/ins&gt;在 Linux 上&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;，&lt;/ins&gt;进程间通信&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;也是&lt;/ins&gt;被隔离&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;的&lt;/ins&gt;）。&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key mediawiki:diff:1.41:old-25304:rev-27347:php=table --&gt;
&lt;/table&gt;</summary>
		<author><name>Ardenet</name></author>
	</entry>
	<entry>
		<id>https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/16/zh&amp;diff=25304&amp;oldid=prev</id>
		<title>Weijia at 18:01, 28 August 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/16/zh&amp;diff=25304&amp;oldid=prev"/>
		<updated>2025-08-28T18:01:17Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 18:01, 28 August 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;当沙盒构建&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;被启用&lt;/del&gt;时&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;, Nix&lt;/del&gt;会为每&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;一&lt;/del&gt;个构建&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;进&lt;/del&gt;程设置一个&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;孤立&lt;/del&gt;的环境&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;.It is used to remove further hidden dependencies set by the build environment to improve reproducibility. This includes access to the network during the build outside of &lt;/del&gt;&amp;lt;code&amp;gt;fetch*&amp;lt;/code&amp;gt; &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;functions and files outside the &lt;/del&gt;Nix store&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;.  Depending on the operating system access to other resources are blocked as well (ex. inter process communication is isolated on &lt;/del&gt;Linux&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;); see &lt;/del&gt;[https://nixos.org/nix/manual/#sec-conf-file nix.conf &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;section&lt;/del&gt;] &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;in the Nix manual for details.&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;当&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;启用&lt;/ins&gt;沙盒构建时&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;，Nix &lt;/ins&gt;会为每个构建&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;过&lt;/ins&gt;程设置一个&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;隔离&lt;/ins&gt;的环境&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;。这样可以去除构建环境中额外的隐藏依赖，以提高可复现性。这包括在构建过程中禁止访问 &lt;/ins&gt;&amp;lt;code&amp;gt;fetch*&amp;lt;/code&amp;gt; &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;函数之外的网络，以及禁止访问 &lt;/ins&gt;Nix store &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;之外的文件。根据操作系统的不同，对其他资源的访问也会被阻止（例如在 &lt;/ins&gt;Linux &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;上进程间通信会被隔离）；详细信息请参阅 Nix 手册中的 &lt;/ins&gt;[https://nixos.org/nix/manual/#sec-conf-file nix.conf &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;章节&lt;/ins&gt;]&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;。&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key mediawiki:diff:1.41:old-23103:rev-25304:php=table --&gt;
&lt;/table&gt;</summary>
		<author><name>Weijia</name></author>
	</entry>
	<entry>
		<id>https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/16/zh&amp;diff=23103&amp;oldid=prev</id>
		<title>FuzzyBot: FuzzyBot moved page Translations:Nix package manager/16/zh to Translations:Nix (package manager)/16/zh without leaving a redirect: Part of translatable page &quot;Nix package manager&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/16/zh&amp;diff=23103&amp;oldid=prev"/>
		<updated>2025-06-14T21:04:05Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot moved page &lt;a href=&quot;/w/index.php?title=Translations:Nix_package_manager/16/zh&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Translations:Nix package manager/16/zh (page does not exist)&quot;&gt;Translations:Nix package manager/16/zh&lt;/a&gt; to &lt;a href=&quot;/wiki/Translations:Nix_(package_manager)/16/zh&quot; title=&quot;Translations:Nix (package manager)/16/zh&quot;&gt;Translations:Nix (package manager)/16/zh&lt;/a&gt; without leaving a redirect: Part of translatable page &amp;quot;&lt;a href=&quot;/wiki/Nix_package_manager&quot; class=&quot;mw-redirect&quot; title=&quot;Nix package manager&quot;&gt;Nix package manager&lt;/a&gt;&amp;quot;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 21:04, 14 June 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key mediawiki:diff:1.41:old-20372:rev-23103 --&gt;
&lt;/table&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/16/zh&amp;diff=20372&amp;oldid=prev</id>
		<title>Mayer at 15:29, 25 February 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/16/zh&amp;diff=20372&amp;oldid=prev"/>
		<updated>2025-02-25T15:29:40Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 15:29, 25 February 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;When sandbox builds are enabled, Nix will setup an isolated environment for each build process. &lt;/del&gt;当沙盒构建被启用时, Nix会为每一个构建进程设置一个孤立的环境.It is used to remove further hidden dependencies set by the build environment to improve reproducibility. This includes access to the network during the build outside of &amp;lt;code&amp;gt;fetch*&amp;lt;/code&amp;gt; functions and files outside the Nix store.  Depending on the operating system access to other resources are blocked as well (ex. inter process communication is isolated on Linux); see [https://nixos.org/nix/manual/#sec-conf-file nix.conf section] in the Nix manual for details.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;当沙盒构建被启用时, Nix会为每一个构建进程设置一个孤立的环境.It is used to remove further hidden dependencies set by the build environment to improve reproducibility. This includes access to the network during the build outside of &amp;lt;code&amp;gt;fetch*&amp;lt;/code&amp;gt; functions and files outside the Nix store.  Depending on the operating system access to other resources are blocked as well (ex. inter process communication is isolated on Linux); see [https://nixos.org/nix/manual/#sec-conf-file nix.conf section] in the Nix manual for details.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key mediawiki:diff:1.41:old-20370:rev-20372:php=table --&gt;
&lt;/table&gt;</summary>
		<author><name>Mayer</name></author>
	</entry>
	<entry>
		<id>https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/16/zh&amp;diff=20370&amp;oldid=prev</id>
		<title>Mayer: Created page with &quot;When sandbox builds are enabled, Nix will setup an isolated environment for each build process. 当沙盒构建被启用时, Nix会为每一个构建进程设置一个孤立的环境.It is used to remove further hidden dependencies set by the build environment to improve reproducibility. This includes access to the network during the build outside of &lt;code&gt;fetch*&lt;/code&gt; functions and files outside the Nix store.  Depending on the operating system access to other resource...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/16/zh&amp;diff=20370&amp;oldid=prev"/>
		<updated>2025-02-25T15:29:25Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;When sandbox builds are enabled, Nix will setup an isolated environment for each build process. 当沙盒构建被启用时, Nix会为每一个构建进程设置一个孤立的环境.It is used to remove further hidden dependencies set by the build environment to improve reproducibility. This includes access to the network during the build outside of &amp;lt;code&amp;gt;fetch*&amp;lt;/code&amp;gt; functions and files outside the Nix store.  Depending on the operating system access to other resource...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;When sandbox builds are enabled, Nix will setup an isolated environment for each build process. 当沙盒构建被启用时, Nix会为每一个构建进程设置一个孤立的环境.It is used to remove further hidden dependencies set by the build environment to improve reproducibility. This includes access to the network during the build outside of &amp;lt;code&amp;gt;fetch*&amp;lt;/code&amp;gt; functions and files outside the Nix store.  Depending on the operating system access to other resources are blocked as well (ex. inter process communication is isolated on Linux); see [https://nixos.org/nix/manual/#sec-conf-file nix.conf section] in the Nix manual for details.&lt;/div&gt;</summary>
		<author><name>Mayer</name></author>
	</entry>
</feed>