The generated manual now use the SVN revision fetched by the buildfarm.

svn path=/nixos/trunk/; revision=17256
This commit is contained in:
Nicolas Pierron 2009-09-18 15:15:40 +00:00
parent 32c3793e62
commit f563438264

View file

@ -79,6 +79,7 @@ let
inherit nixpkgs;
modules = [ ];
}).options;
revision = if rev == 1234 then "HEAD" else toString rev;
};