* Check if Subversion is already installed.
svn path=/nixos/trunk/; revision=7886
This commit is contained in:
parent
7ac8157fed
commit
2c62eac3a1
|
@ -2,9 +2,11 @@
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# Obtain Subversion.
|
# 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 --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
|
||||||
|
|
||||||
cd /etc/nixos
|
cd /etc/nixos
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue