* 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:
parent
db4cef85a3
commit
9da275c388
|
@ -3,8 +3,8 @@ set -x
|
||||||
|
|
||||||
# Obtain Subversion.
|
# Obtain Subversion.
|
||||||
if test -z "$(type -tp svn)"; then
|
if test -z "$(type -tp svn)"; then
|
||||||
nix-channel --add http://nix.cs.uu.nl/dist/nix/channels-v3/nixpkgs-unstable
|
#nix-channel --add http://nix.cs.uu.nl/dist/nix/channels-v3/nixpkgs-unstable
|
||||||
nix-channel --update
|
#nix-channel --update
|
||||||
nix-env -i subversion
|
nix-env -i subversion
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue