Nix Installation Guide: Difference between revisions

imported>Mickours
Add source command to make nix available
imported>Mickours
mNo edit summary
Line 12: Line 12:
Then don't forget to run the command provided at the end of the installation script to make nix available in your system:
Then don't forget to run the command provided at the end of the installation script to make nix available in your system:
<syntaxHighlight lang="console">
<syntaxHighlight lang="console">
source $HOME/.nix-profile/etc/profile.d/nix.sh
$ source $HOME/.nix-profile/etc/profile.d/nix.sh
</syntaxHighlight>
</syntaxHighlight>