Nix Installation Guide: Difference between revisions
Msgilligan (talk | contribs) Add "Installing on Debian Using APT" section |
Msgilligan (talk | contribs) m Add period and "To Install:" |
||
Line 174: | Line 174: | ||
== Installing on Debian Using APT == | == Installing on Debian Using APT == | ||
If you are using Debian (or a Debian-based distro) you can install Nix with the APT package manager. Some users may prefer using APT when modifying their system. The package named <code>nix-setup-systemd</code> will set up a multi-user Nix installation and run <code>nix-daemon</code> via <code>systemd</code> | If you are using Debian (or a Debian-based distro) you can install Nix with the APT package manager. Some users may prefer using APT when modifying their system. The package named <code>nix-setup-systemd</code> will set up a multi-user Nix installation and run <code>nix-daemon</code> via <code>systemd</code>. To install: | ||
<syntaxHighlight lang="console"> | <syntaxHighlight lang="console"> |