Nix (package manager): Difference between revisions
imported>Ixxie Simplified sandboxing section. |
imported>Ixxie No edit summary |
||
Line 43: | Line 43: | ||
If the output of this command is <code>CONFIG_USER_NS=y</code> your system supports user namespaces. | If the output of this command is <code>CONFIG_USER_NS=y</code> your system supports user namespaces. | ||
== | === Configuration === | ||
=== Sandbox builds === | === Sandbox builds === | ||
Line 57: | Line 54: | ||
To configure Nix for sandboxing set <code>build-use-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>. | To configure Nix for sandboxing set <code>build-use-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>. | ||
== Internals == | |||
== Development == | |||
== History == | |||
=== Common Errors === | === Common Errors === |