Skip to content
Snippets Groups Projects
Commit 39fe52f7 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Fix bad comment

parent af555d76
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment