Nix (package manager): Difference between revisions
imported>Sdht →Declarative Configuration: Fix link |
imported>Poelzi add tvix link |
||
| Line 92: | Line 92: | ||
To configure Nix for sandboxing, set <code>sandbox = true</code> in <code>/etc/nix/nix.conf</code>; to configure NixOS for sandboxing set <code>nix.useSandbox = true;</code> in <code>configuration.nix</code>. The <code>nix.useSandbox</code> option is <code>true</code> by default since NixOS 17.09. | To configure Nix for sandboxing, set <code>sandbox = true</code> in <code>/etc/nix/nix.conf</code>; to configure NixOS for sandboxing set <code>nix.useSandbox = true;</code> in <code>configuration.nix</code>. The <code>nix.useSandbox</code> option is <code>true</code> by default since NixOS 17.09. | ||
=== Alternative Interpreters === | |||
There is are ongoing effort to port nix to rust. | |||
* [https://cs.tvl.fyi/depot/-/tree/tvix tvix] | |||
Earlier attempts can be found on [https://riir-nix.github.io/ riir-nix] | |||
{{Bottom whitespace}} | {{Bottom whitespace}} | ||