mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
parent
f14ef84a51
commit
d761009e3c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ if test -n "$HOME"; then
|
||||||
@coreutils@/ln -s "$_NIX_DEF_LINK" "$NIX_LINK"
|
@coreutils@/ln -s "$_NIX_DEF_LINK" "$NIX_LINK"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export PATH=$NIX_LINK/bin:$PATH
|
export PATH=$NIX_LINK/bin:$NIX_LINK/sbin:$PATH
|
||||||
|
|
||||||
# Subscribe the root user to the Nixpkgs channel by default.
|
# Subscribe the root user to the Nixpkgs channel by default.
|
||||||
if [ ! -e $HOME/.nix-channels ]; then
|
if [ ! -e $HOME/.nix-channels ]; then
|
||||||
|
|
Loading…
Reference in a new issue