[Nix-dev] a small introduciton to top-git

Marc Weber marco-oweber at gmx.de
Sat Mar 14 11:00:48 CET 2009


> Pj.

Hi Pj!

I've moved everything into gitAndTools.git or gitAndTools.gitGit
You'll find some tools (such as topgit there as well).

svn revision 13816

So it looks like this:

  gitAndTools = recurseIntoAttrs (import ../applications/version-management/git-and-tools {
    inherit pkgs;
  });
  git = gitAndTools.git;

My nix-env -qa \* -P:

  cinelerra                                  cinelerra-git
  git                                        git-1.6.1.3                  <<<<<<<<<<<
  gitAndTools.gitGit                         git-git-with-glob-patch
  gitAndTools.hg2git                         hg2git
  gitAndTools.qgit                           qgit-1.5.8
  gitAndTools.qgitGit                        qgit-git
  gitAndTools.stgit                          stgit-0.14.3
  gitAndTools.tig                            tig-0.14.1
  gitAndTools.topGit                         TopGit-git-patched
  xlibs.xf86inputdigitaledge                 xf86-input-digitaledge-1.1.0

Now why does my output look that different from yours?

Could you try
nix-build -A git $NIXPKGS_ALL

to see wether there is any exception?
You don't have to realise it. Wating till the .drv appears is enough.

...

I thought it would be useful to put tools uch as tig and topGit near git
so that you can find them more easily..

Marc Weber



More information about the nix-dev mailing list