doc: Show example of `configureFlags'.

This commit is contained in:
Ludovic Courtès 2011-10-12 14:19:57 +00:00
parent 9ce95d31f1
commit 7f85268f86

View file

@ -209,6 +209,7 @@ let
pkgs.releaseTools.nixBuild { <co xml:id='ex-hello-co-nix-build' />
name = "hello" ;
src = tarball;
configureFlags = [ "--disable-silent-rules" ];
};
};
in