Nix (package manager): Difference between revisions
imported>Mic92 |
imported>Ixxie m Fixed capitalization (nix -> Nix). |
||
Line 6: | Line 6: | ||
= Nix on Linux = | = Nix on Linux = | ||
== Install | == Install Nix for a single user == | ||
To install | To install Nix from any Linux distribution, use the following two commands (assumes you have right to use sudo and you are logged in as the user you want to install Nix for). | ||
<syntaxHighlight lang="bash"> | <syntaxHighlight lang="bash"> | ||
Line 15: | Line 15: | ||
</syntaxHighlight> | </syntaxHighlight> | ||
After that being done, you can use all | After that being done, you can use all Nix commands as a normal user without any special permissions (for example by using <code>sudo</code>) | ||
== Common Errors == | == Common Errors == |