<?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%2F1%2Fzh</id>
	<title>Translations:Nix (package manager)/1/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%2F1%2Fzh"/>
	<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/1/zh&amp;action=history"/>
	<updated>2026-04-29T22:52:37Z</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)/1/zh&amp;diff=25245&amp;oldid=prev</id>
		<title>Weijia at 16:05, 28 August 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/1/zh&amp;diff=25245&amp;oldid=prev"/>
		<updated>2025-08-28T16:05:49Z</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 16:05, 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;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{Navbox Nix}}&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{Navbox Nix}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{Disambiguation|message=本条目介绍的是 Nix 软件包管理器。请勿与 [[Nix ecosystem|Nix 生态系统]]、[[Nix (language)|Nix 语言]] 或 [[Nix (command)|Nix 命令]] 混淆。}}&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{Disambiguation|message=本条目介绍的是 Nix 软件包管理器。请勿与 [[Nix ecosystem|Nix 生态系统]]、[[Nix (language)|Nix 语言]] 或 [[Nix (command)|Nix 命令]] 混淆。}}&lt;/div&gt;&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;Nix 是一个软件包管理器和构建系统，它解析由 [[Nix Expression Language|Nix 表达式语言]] (惰性求值的纯函数式语言) 指定的可复现的构建指令。Nix 表达式是纯函数&amp;lt;ref&amp;gt;值在计算过程中不会改变。当函数的输入不变时，函数总是输出相同的结果。&amp;lt;/ref&amp;gt;，它接受依赖作为参数，并生成一个 &#039;&#039;[[Derivations|derivation]]&#039;&#039;，用于指定该软件包的可复现的构建环境。Nix 把构建的结果存储在由完整依赖树的哈希值指定的唯一地址中&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;, &lt;/del&gt;从而创建了一个不可变的包存储 (即 [[#Nix store|nix store]])，使得原子升级、回滚、以及同时安装同一软件包的不同版本成为可能，从根本上消除了[https://en.wikipedia.org/wiki/Dependency_hell 依赖地狱]。&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 是一个软件包管理器和构建系统，它解析由 [[Nix Expression Language|Nix 表达式语言]] (惰性求值的纯函数式语言) 指定的可复现的构建指令。Nix 表达式是纯函数&amp;lt;ref&amp;gt;值在计算过程中不会改变。当函数的输入不变时，函数总是输出相同的结果。&amp;lt;/ref&amp;gt;，它接受依赖作为参数，并生成一个 &#039;&#039;[[Derivations|derivation]]&#039;&#039;，用于指定该软件包的可复现的构建环境。Nix 把构建的结果存储在由完整依赖树的哈希值指定的唯一地址中&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;，&lt;/ins&gt;从而创建了一个不可变的包存储 (即 [[#Nix store|nix store]])，使得原子升级、回滚、以及同时安装同一软件包的不同版本成为可能，从根本上消除了[https://en.wikipedia.org/wiki/Dependency_hell 依赖地狱]。&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key mediawiki:diff:1.41:old-25243:rev-25245: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)/1/zh&amp;diff=25243&amp;oldid=prev</id>
		<title>Weijia at 16:04, 28 August 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/1/zh&amp;diff=25243&amp;oldid=prev"/>
		<updated>2025-08-28T16:04: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 16:04, 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;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{Navbox Nix}}&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{Navbox Nix}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{Disambiguation|message=本条目介绍的是 Nix 软件包管理器。请勿与 [[Nix ecosystem|Nix 生态系统]]、[[Nix (language)|Nix 语言]] 或 [[Nix (command)|Nix 命令]] 混淆。}}&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{Disambiguation|message=本条目介绍的是 Nix 软件包管理器。请勿与 [[Nix ecosystem|Nix 生态系统]]、[[Nix (language)|Nix 语言]] 或 [[Nix (command)|Nix 命令]] 混淆。}}&lt;/div&gt;&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;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;[[Nix Expression Language|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;. Nix&lt;/del&gt;表达式是纯函数&amp;lt;ref&amp;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;/ref&amp;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;&#039;&#039;[[Derivations|derivation]]&#039;&#039; &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;. Nix&lt;/del&gt;把构建的结果存储在由完整依赖树的哈希值指定的唯一地址中, 创建了一个不可变的包存储 (即[[#Nix store|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;成为可能&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;, &lt;/del&gt;从根本上消除了[https://en.wikipedia.org/wiki/Dependency_hell 依赖地狱]&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;.&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;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;[[Nix Expression Language|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;。Nix &lt;/ins&gt;表达式是纯函数&amp;lt;ref&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;改变&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;/ref&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;一个 &#039;&#039;[[Derivations|derivation]]&#039;&#039;&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;创建了一个不可变的包存储 (即 [[#Nix store|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;回滚&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;从根本上消除了[https://en.wikipedia.org/wiki/Dependency_hell 依赖地狱]&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-25238:rev-25243: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)/1/zh&amp;diff=25238&amp;oldid=prev</id>
		<title>Weijia at 15:46, 28 August 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/1/zh&amp;diff=25238&amp;oldid=prev"/>
		<updated>2025-08-28T15:46:06Z</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:46, 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 colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&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;{{Navbox Nix}}&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&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;{{Disambiguation|message=本条目介绍的是 Nix 软件包管理器。请勿与 [[Nix ecosystem|Nix 生态系统]]、[[Nix (language)|Nix 语言]] 或 [[Nix (command)|Nix 命令]] 混淆。}}&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Nix是一个包管理器和构建系统, 解析用 [[Nix Expression Language|Nix表达式语言]] (惰性求值的纯函数式语言) 指定的可再现的构建指令. Nix表达式是纯函数&amp;lt;ref&amp;gt;计算过程中，值不可改变. 当函数的输入不变时，函数总是输出相同的结果. &amp;lt;/ref&amp;gt;, 接受依赖作为参数，并为包产生一个指定了可再现的构建环境的 &amp;#039;&amp;#039;[[Derivations|derivation]]&amp;#039;&amp;#039; . Nix把构建的结果存储在由完整依赖树的哈希值指定的唯一地址中, 创建了一个不可变的包存储 (即[[#Nix store|nix存储]]), 这使得原子升级, 回滚, 以及不同版本的包的同时安装成为可能, 从根本上消除了[https://en.wikipedia.org/wiki/Dependency_hell 依赖地狱].&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Nix是一个包管理器和构建系统, 解析用 [[Nix Expression Language|Nix表达式语言]] (惰性求值的纯函数式语言) 指定的可再现的构建指令. Nix表达式是纯函数&amp;lt;ref&amp;gt;计算过程中，值不可改变. 当函数的输入不变时，函数总是输出相同的结果. &amp;lt;/ref&amp;gt;, 接受依赖作为参数，并为包产生一个指定了可再现的构建环境的 &amp;#039;&amp;#039;[[Derivations|derivation]]&amp;#039;&amp;#039; . Nix把构建的结果存储在由完整依赖树的哈希值指定的唯一地址中, 创建了一个不可变的包存储 (即[[#Nix store|nix存储]]), 这使得原子升级, 回滚, 以及不同版本的包的同时安装成为可能, 从根本上消除了[https://en.wikipedia.org/wiki/Dependency_hell 依赖地狱].&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key mediawiki:diff:1.41:old-23096:rev-25238: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)/1/zh&amp;diff=23096&amp;oldid=prev</id>
		<title>FuzzyBot: FuzzyBot moved page Translations:Nix package manager/1/zh to Translations:Nix (package manager)/1/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)/1/zh&amp;diff=23096&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/1/zh&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Translations:Nix package manager/1/zh (page does not exist)&quot;&gt;Translations:Nix package manager/1/zh&lt;/a&gt; to &lt;a href=&quot;/wiki/Translations:Nix_(package_manager)/1/zh&quot; title=&quot;Translations:Nix (package manager)/1/zh&quot;&gt;Translations:Nix (package manager)/1/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-20349:rev-23096 --&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)/1/zh&amp;diff=20349&amp;oldid=prev</id>
		<title>Mayer at 14:40, 25 February 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/1/zh&amp;diff=20349&amp;oldid=prev"/>
		<updated>2025-02-25T14:40:48Z</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 14:40, 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;Nix是一个&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;软件&lt;/del&gt;包管理器和构建系统, 解析用 [[Nix Expression Language|Nix表达式语言]] (惰性求值的纯函数式语言) 指定的可再现的构建指令. Nix表达式是纯函数&amp;lt;ref&amp;gt;计算过程中，值不可改变. 当函数的输入不变时，函数总是输出相同的结果. &amp;lt;/ref&amp;gt;, 接受依赖作为参数，并为&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;软件&lt;/del&gt;包产生一个指定了可再现的构建环境的 &#039;&#039;[[Derivations|derivation]]&#039;&#039; . Nix把构建的结果存储在由完整依赖树的哈希值指定的唯一地址中, 创建了一个不可变的&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;软件&lt;/del&gt;包存储 (即[[#Nix store|nix存储]]), 这使得原子升级, 回滚, 以及不同版本包的同时安装成为可能, 从根本上消除了[https://en.wikipedia.org/wiki/Dependency_hell 依赖地狱].&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是一个包管理器和构建系统, 解析用 [[Nix Expression Language|Nix表达式语言]] (惰性求值的纯函数式语言) 指定的可再现的构建指令. Nix表达式是纯函数&amp;lt;ref&amp;gt;计算过程中，值不可改变. 当函数的输入不变时，函数总是输出相同的结果. &amp;lt;/ref&amp;gt;, 接受依赖作为参数，并为包产生一个指定了可再现的构建环境的 &#039;&#039;[[Derivations|derivation]]&#039;&#039; . Nix把构建的结果存储在由完整依赖树的哈希值指定的唯一地址中, 创建了一个不可变的包存储 (即[[#Nix store|nix存储]]), 这使得原子升级, 回滚, 以及不同版本&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;的&lt;/ins&gt;包的同时安装成为可能, 从根本上消除了[https://en.wikipedia.org/wiki/Dependency_hell 依赖地狱].&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key mediawiki:diff:1.41:old-20235:rev-20349: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)/1/zh&amp;diff=20235&amp;oldid=prev</id>
		<title>Mayer at 11:47, 24 February 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/1/zh&amp;diff=20235&amp;oldid=prev"/>
		<updated>2025-02-24T11:47:05Z</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 11:47, 24 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;Nix是一个包管理器和构建系统, 解析用 [[Nix Expression Language|Nix表达式语言]] (惰性求值的纯函数式语言) 指定的可再现的构建指令. Nix表达式是纯函数&amp;lt;ref&amp;gt;计算过程中，值不可改变. 当函数的输入不变时，函数总是输出相同的结果. &amp;lt;/ref&amp;gt;, 接受依赖作为参数，并为包产生一个指定了可再现的构建环境的 &#039;&#039;[[Derivations|derivation]]&#039;&#039; . Nix把构建的结果存储在由完整依赖树的哈希值指定的唯一地址中, 创建了一个不可变的包存储 (即[[#Nix store|nix存储]]), 这使得原子升级, 回滚, 以及不同版本包的同时安装成为可能, 从根本上消除了[https://en.wikipedia.org/wiki/Dependency_hell 依赖地狱].&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是一个&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;软件&lt;/ins&gt;包管理器和构建系统, 解析用 [[Nix Expression Language|Nix表达式语言]] (惰性求值的纯函数式语言) 指定的可再现的构建指令. Nix表达式是纯函数&amp;lt;ref&amp;gt;计算过程中，值不可改变. 当函数的输入不变时，函数总是输出相同的结果. &amp;lt;/ref&amp;gt;, 接受依赖作为参数，并为&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;软件&lt;/ins&gt;包产生一个指定了可再现的构建环境的 &#039;&#039;[[Derivations|derivation]]&#039;&#039; . Nix把构建的结果存储在由完整依赖树的哈希值指定的唯一地址中, 创建了一个不可变的&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;软件&lt;/ins&gt;包存储 (即[[#Nix store|nix存储]]), 这使得原子升级, 回滚, 以及不同版本包的同时安装成为可能, 从根本上消除了[https://en.wikipedia.org/wiki/Dependency_hell 依赖地狱].&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key mediawiki:diff:1.41:old-20217:rev-20235: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)/1/zh&amp;diff=20217&amp;oldid=prev</id>
		<title>Mayer at 15:49, 23 February 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/1/zh&amp;diff=20217&amp;oldid=prev"/>
		<updated>2025-02-23T15:49:20Z</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:49, 23 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;Nix是一个包管理器和构建系统, 解析用 [[Nix Expression Language|Nix表达式语言]] (惰性求值的纯函数式语言) 指定的可再现的构建指令. Nix表达式是纯函数&amp;lt;ref&amp;gt;计算过程中，值不可改变.当函数的输入不变时，函数总是输出相同的结果. &amp;lt;/ref&amp;gt;, 接受依赖作为参数，并为包产生一个指定了可再现的构建环境的 &#039;&#039;[[Derivations|derivation]]&#039;&#039; .Nix把构建的结果存储在由完整依赖树的哈希值指定的唯一地址中, 创建了一个不可变的包存储 (即[[#Nix store|nix存储]]), 这使得原子升级, 回滚, 以及不同版本包的同时安装成为可能, 从根本上消除了[https://en.wikipedia.org/wiki/Dependency_hell 依赖地狱].&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是一个包管理器和构建系统, 解析用 [[Nix Expression Language|Nix表达式语言]] (惰性求值的纯函数式语言) 指定的可再现的构建指令. Nix表达式是纯函数&amp;lt;ref&amp;gt;计算过程中，值不可改变. &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;当函数的输入不变时，函数总是输出相同的结果. &amp;lt;/ref&amp;gt;, 接受依赖作为参数，并为包产生一个指定了可再现的构建环境的 &#039;&#039;[[Derivations|derivation]]&#039;&#039; . Nix把构建的结果存储在由完整依赖树的哈希值指定的唯一地址中, 创建了一个不可变的包存储 (即[[#Nix store|nix存储]]), 这使得原子升级, 回滚, 以及不同版本包的同时安装成为可能, 从根本上消除了[https://en.wikipedia.org/wiki/Dependency_hell 依赖地狱].&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key mediawiki:diff:1.41:old-20213:rev-20217: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)/1/zh&amp;diff=20213&amp;oldid=prev</id>
		<title>Mayer at 15:40, 23 February 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/1/zh&amp;diff=20213&amp;oldid=prev"/>
		<updated>2025-02-23T15:40:06Z</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:40, 23 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;Nix是一个包管理器和构建系统&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;，&lt;/del&gt;解析用 [[Nix Expression Language|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;指定的可再现的构建指令.Nix表达式是纯函数&amp;lt;ref&amp;gt;计算过程中，值不可改变.当函数的输入不变时，函数总是输出相同的结果. &amp;lt;/ref&amp;gt;, 接受依赖作为参数，并为包产生一个指定了可再现的构建环境的 &#039;&#039;[[Derivations|derivation]]&#039;&#039; .Nix把构建的结果存储在由完整依赖树的哈希值指定的唯一地址中, 创建了一个不可变的包存储 (即[[#Nix store|nix存储]]), 这使得原子升级, 回滚, 以及不同版本包的同时安装成为可能&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;，&lt;/del&gt;从根本上消除了[https://en.wikipedia.org/wiki/Dependency_hell 依赖地狱].&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是一个包管理器和构建系统&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;, &lt;/ins&gt;解析用 [[Nix Expression Language|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;指定的可再现的构建指令. Nix表达式是纯函数&amp;lt;ref&amp;gt;计算过程中，值不可改变.当函数的输入不变时，函数总是输出相同的结果. &amp;lt;/ref&amp;gt;, 接受依赖作为参数，并为包产生一个指定了可再现的构建环境的 &#039;&#039;[[Derivations|derivation]]&#039;&#039; .Nix把构建的结果存储在由完整依赖树的哈希值指定的唯一地址中, 创建了一个不可变的包存储 (即[[#Nix store|nix存储]]), 这使得原子升级, 回滚, 以及不同版本包的同时安装成为可能&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;, &lt;/ins&gt;从根本上消除了[https://en.wikipedia.org/wiki/Dependency_hell 依赖地狱].&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key mediawiki:diff:1.41:old-20033:rev-20213: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)/1/zh&amp;diff=20033&amp;oldid=prev</id>
		<title>Mayer at 12:19, 23 February 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/1/zh&amp;diff=20033&amp;oldid=prev"/>
		<updated>2025-02-23T12:19:37Z</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 12:19, 23 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;Nix是一个包管理器和构建系统，解析用 [[Nix Expression Language]]（惰性求值的纯函数式语言）指定的可再现的构建指令.Nix表达式是纯函数&amp;lt;ref&amp;gt;计算过程中，值不可改变.当函数的输入不变时，函数总是输出相同的结果. &amp;lt;/ref&amp;gt;, 接受依赖作为参数，并为包产生一个指定了可再现的构建环境的 &#039;&#039;[[Derivations|derivation]]&#039;&#039; .Nix把构建的结果存储在由完整依赖树的哈希值指定的唯一地址中, 创建了一个不可变的包存储 (即[[#Nix store|nix存储]]), 这使得原子升级, 回滚, 以及不同版本包的同时安装成为可能，从根本上消除了[https://en.wikipedia.org/wiki/Dependency_hell 依赖地狱].&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是一个包管理器和构建系统，解析用 [[Nix Expression Language&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;|Nix表达式语言&lt;/ins&gt;]]（惰性求值的纯函数式语言）指定的可再现的构建指令.Nix表达式是纯函数&amp;lt;ref&amp;gt;计算过程中，值不可改变.当函数的输入不变时，函数总是输出相同的结果. &amp;lt;/ref&amp;gt;, 接受依赖作为参数，并为包产生一个指定了可再现的构建环境的 &#039;&#039;[[Derivations|derivation]]&#039;&#039; .Nix把构建的结果存储在由完整依赖树的哈希值指定的唯一地址中, 创建了一个不可变的包存储 (即[[#Nix store|nix存储]]), 这使得原子升级, 回滚, 以及不同版本包的同时安装成为可能，从根本上消除了[https://en.wikipedia.org/wiki/Dependency_hell 依赖地狱].&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key mediawiki:diff:1.41:old-20012:rev-20033: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)/1/zh&amp;diff=20012&amp;oldid=prev</id>
		<title>Mayer: Created page with &quot;Nix是一个包管理器和构建系统，解析用 Nix Expression Language（惰性求值的纯函数式语言）指定的可再现的构建指令.Nix表达式是纯函数&lt;ref&gt;计算过程中，值不可改变.当函数的输入不变时，函数总是输出相同的结果. &lt;/ref&gt;, 接受依赖作为参数，并为包产生一个指定了可再现的构建环境的 &#039;&#039;derivation&#039;&#039; .Nix把构建的结果存储在由完整依赖树的哈希值指定的...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Nix_(package_manager)/1/zh&amp;diff=20012&amp;oldid=prev"/>
		<updated>2025-02-23T11:37:33Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Nix是一个包管理器和构建系统，解析用 &lt;a href=&quot;/wiki/Nix_Expression_Language&quot; class=&quot;mw-redirect&quot; title=&quot;Nix Expression Language&quot;&gt;Nix Expression Language&lt;/a&gt;（惰性求值的纯函数式语言）指定的可再现的构建指令.Nix表达式是纯函数&amp;lt;ref&amp;gt;计算过程中，值不可改变.当函数的输入不变时，函数总是输出相同的结果. &amp;lt;/ref&amp;gt;, 接受依赖作为参数，并为包产生一个指定了可再现的构建环境的 &amp;#039;&amp;#039;&lt;a href=&quot;/wiki/Derivations&quot; title=&quot;Derivations&quot;&gt;derivation&lt;/a&gt;&amp;#039;&amp;#039; .Nix把构建的结果存储在由完整依赖树的哈希值指定的...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Nix是一个包管理器和构建系统，解析用 [[Nix Expression Language]]（惰性求值的纯函数式语言）指定的可再现的构建指令.Nix表达式是纯函数&amp;lt;ref&amp;gt;计算过程中，值不可改变.当函数的输入不变时，函数总是输出相同的结果. &amp;lt;/ref&amp;gt;, 接受依赖作为参数，并为包产生一个指定了可再现的构建环境的 &amp;#039;&amp;#039;[[Derivations|derivation]]&amp;#039;&amp;#039; .Nix把构建的结果存储在由完整依赖树的哈希值指定的唯一地址中, 创建了一个不可变的包存储 (即[[#Nix store|nix存储]]), 这使得原子升级, 回滚, 以及不同版本包的同时安装成为可能，从根本上消除了[https://en.wikipedia.org/wiki/Dependency_hell 依赖地狱].&lt;/div&gt;</summary>
		<author><name>Mayer</name></author>
	</entry>
</feed>