aboutsummaryrefslogtreecommitdiff
path: root/scripts/nix-profile.sh.in
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-10-09 18:30:31 +0200
committerEelco Dolstra <edolstra@gmail.com>2019-10-09 23:35:01 +0200
commit26762ceb8629af95300c0cc8c372a99282060dc1 (patch)
tree7d1f50011206570ab4a1e5820533d19ff91ac24c /scripts/nix-profile.sh.in
parentc43d9f6131102f2761f22b1ec26f345d357f169c (diff)
nix-profile.sh: Don't create .nix-channels
This is already done by the installer, so no need to do it again.
Diffstat (limited to 'scripts/nix-profile.sh.in')
-rw-r--r--scripts/nix-profile.sh.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/nix-profile.sh.in b/scripts/nix-profile.sh.in
index 7f9b5877a..8e70c68b2 100644
--- a/scripts/nix-profile.sh.in
+++ b/scripts/nix-profile.sh.in
@@ -22,11 +22,6 @@ if [ -n "$HOME" ] && [ -n "$USER" ]; then
fi
fi
- # Subscribe the user to the unstable Nixpkgs channel by default.
- if [ ! -e "$HOME/.nix-channels" ]; then
- echo "https://nixos.org/channels/nixpkgs-unstable nixpkgs" > "$HOME/.nix-channels"
- fi
-
# Set up a default Nix expression from which to install stuff.
__nix_defexpr="$HOME"/.nix-defexpr
[ -L "$__nix_defexpr" ] && rm -f "$__nix_defexpr"