Nix (package manager): Difference between revisions
No edit summary |
Copy edit |
||
| Line 8: | Line 8: | ||
<!--T:3--> | <!--T:3--> | ||
=== Installation === | === Installation === | ||
NixOS | On NixOS, Nix is automatically installed. | ||
<!--T:4--> | <!--T:4--> | ||
On other Linux distributions or on macOS, you can install Nix following the [https://nixos.org/manual/nix/stable/installation/installation installation section of the Nix manual]. | |||
=== Nix commands === <!--T:5--> | === Nix commands === <!--T:5--> | ||
| Line 26: | Line 26: | ||
<!--T:9--> | <!--T:9--> | ||
Even further configuration is possible with [[Home Manager]] to manage declarative environments for a single user. For system-wide configuration on Linux, you can use [https://github.com/numtide/system-manager System Manager]. For system-wide configuration on macOS, [https://github.com/LnL7/nix-darwin nix-darwin] is the preferred solution. | Even further configuration is possible with [[Home Manager]] to manage declarative environments for a single user. For system-wide configuration on Linux, you can use [https://github.com/numtide/system-manager System Manager]. For system-wide configuration on macOS, [https://github.com/LnL7/nix-darwin nix-darwin] is the preferred solution. | ||
== Internals == <!--T:10--> | == Internals == <!--T:10--> | ||