forked from lix-project/lix
Fix bad comment
This commit is contained in:
parent
af555d7694
commit
39fe52f7ac
|
@ -10,7 +10,7 @@ if [ -n "$HOME" ]; then
|
||||||
|
|
||||||
export PATH=$NIX_LINK/bin:$NIX_LINK/sbin:$PATH
|
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
|
if [ ! -e $HOME/.nix-channels ]; then
|
||||||
echo "http://nixos.org/channels/nixpkgs-unstable nixpkgs" > $HOME/.nix-channels
|
echo "http://nixos.org/channels/nixpkgs-unstable nixpkgs" > $HOME/.nix-channels
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue