3
0
Fork 0
forked from mirrors/nixpkgs

Added services tree checkout - needed, for example, for apache-httpd

svn path=/nixos/trunk/; revision=8890
This commit is contained in:
Michael Raskin 2007-06-18 20:33:30 +00:00
parent c819d76ec7
commit 9ad649ea36

View file

@ -21,9 +21,14 @@ if test -e nixpkgs -a ! -e nixpkgs/.svn; then
mv nixpkgs nixpkgs-$backupTimestamp
fi
if test -e nixos/services -a ! -e nixos/services/.svn; then
mv nixos/services services-$backupTimestamp
fi
# Check out the NixOS and Nixpkgs sources.
svn co https://svn.cs.uu.nl:12443/repos/trace/nixos/trunk nixos
svn co https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk nixpkgs
svn co https://svn.cs.uu.nl:12443/repos/trace/services/trunk nixos/services
# A few symlink.
ln -sfn ../nixpkgs/pkgs nixos/pkgs