* Check if Subversion is already installed.
svn path=/nixos/trunk/; revision=7886
This commit is contained in:
parent
7ac8157fed
commit
2c62eac3a1
1 changed files with 5 additions and 3 deletions
|
@ -2,9 +2,11 @@
|
|||
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-env -i subversion
|
||||
fi
|
||||
|
||||
cd /etc/nixos
|
||||
|
||||
|
|
Loading…
Reference in a new issue