* Script to check out NixOS.
svn path=/nixos/trunk/; revision=7585
This commit is contained in:
parent
fb2d9f8347
commit
1bcf53d58f
|
@ -0,0 +1,7 @@
|
|||
#! /bin/sh
|
||||
nix-channel --add http://nix.cs.uu.nl/dist/nix/channels-v3/nixpkgs-unstable
|
||||
nix-channel --update
|
||||
nix-env -i subversion
|
||||
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
|
||||
ln -s ../nixpkgs/pkgs nixos/pkgs
|
Loading…
Reference in New Issue