From 9da275c388b570c4778b80d44082f9b711481639 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 7 Jan 2008 22:24:00 +0000 Subject: [PATCH] * nixos-checkout: don't subscribe to the Nixpkgs channel anymore, it's not really needed. (Suggested by Cyril Romain.) svn path=/nixos/trunk/; revision=10093 --- installer/nixos-checkout.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/nixos-checkout.sh b/installer/nixos-checkout.sh index d5a393a7eb6c..d6c3d535d834 100644 --- a/installer/nixos-checkout.sh +++ b/installer/nixos-checkout.sh @@ -3,8 +3,8 @@ set -x # Obtain Subversion. if test -z "$(type -tp svn)"; then - nix-channel --add http://nix.cs.uu.nl/dist/nix/channels-v3/nixpkgs-unstable - nix-channel --update + #nix-channel --add http://nix.cs.uu.nl/dist/nix/channels-v3/nixpkgs-unstable + #nix-channel --update nix-env -i subversion fi