Hi. On 4 June 2012 21:01, Lluís Batlle i Rossell <[email protected]> wrote: > I can't understand how nix-prefetch-git works. > If I call: > ./nix-prefetch-git git://gitorious.org/qt-labs/jom.git v1.0.11 > it does not fetch anything and gives always the same hash. > > If I call: > ./nix-prefetch-git --url git://gitorious.org/qt-labs/jom.git --rev v1.0.11 > it says: unknown flag '--rev'. > > > So, do I fail to understand how to call nix-prefetch-git, or it is very > wrong? :)
I never used it but this calling works for me: ./nix-prefetch-git git://gitorious.org/qt-labs/jom.git 28235fb362e3b6eafbbff29bb7c552a353235fdb But there seem to be at least some incompatibility between documentation and behaviour. Vlada _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
