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:
parent
c819d76ec7
commit
9ad649ea36
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue