Fix bad comment

This commit is contained in:
Eelco Dolstra 2014-12-10 11:35:05 +01:00
parent af555d7694
commit 39fe52f7ac
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if [ -n "$HOME" ]; then
export PATH=$NIX_LINK/bin:$NIX_LINK/sbin:$PATH
# Subscribe the root user to the Nixpkgs channel by default.
# Subscribe the user to the Nixpkgs channel by default.
if [ ! -e $HOME/.nix-channels ]; then
echo "http://nixos.org/channels/nixpkgs-unstable nixpkgs" > $HOME/.nix-channels
fi