f1ee14bfaf
I think it takes the recent N commits into the repository, which says very little, even for wanting master/HEAD. svn path=/nixpkgs/trunk/; revision=18277
7 lines
142 B
Nix
7 lines
142 B
Nix
{
|
|
repoUrl = "git://github.com/Dieterbe/uzbl.git";
|
|
baseName = "uzbl-experimental";
|
|
method = "fetchgit";
|
|
rev = "origin/experimental";
|
|
}
|