The generated manual now use the SVN revision fetched by the buildfarm.
svn path=/nixos/trunk/; revision=17256
This commit is contained in:
parent
32c3793e62
commit
f563438264
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ let
|
|||
inherit nixpkgs;
|
||||
modules = [ ];
|
||||
}).options;
|
||||
revision = if rev == 1234 then "HEAD" else toString rev;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue