* 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
This commit is contained in:
Eelco Dolstra 2008-01-07 22:24:00 +00:00
parent db4cef85a3
commit 9da275c388
1 changed files with 2 additions and 2 deletions

View File

@ -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