Nix (package manager)/zh-hans: Difference between revisions
Loxodoromy (talk | contribs) Created page with "=== 配置 === 在NixOS上,Nix可通过[https://search.nixos.org/options?query=nix. <code>nix</code>选项]配置。" Tags: Mobile edit Mobile web edit |
Loxodoromy (talk | contribs) Created page with "=== 可选的解释器 ===" Tags: Mobile edit Mobile web edit |
||
Line 64: | Line 64: | ||
为Nix配置沙盒化,在<code>/etc/nix/nix.conf</code>里设置<code>sandbox = true</code>。为NixOS配置沙盒化,在<code>configuration.nix</code>里设置<code>nix.useSandbox = true;</code>。从NixOS 17.09开始,<code>nix.useSandbox</code>选项默认为<code>true</code> | 为Nix配置沙盒化,在<code>/etc/nix/nix.conf</code>里设置<code>sandbox = true</code>。为NixOS配置沙盒化,在<code>configuration.nix</code>里设置<code>nix.useSandbox = true;</code>。从NixOS 17.09开始,<code>nix.useSandbox</code>选项默认为<code>true</code> | ||
< | <span id="Alternative_Interpreters"></span> | ||
=== | === 可选的解释器 === | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> |