forked from lix-project/hydra
doc: Show example of `configureFlags'.
This commit is contained in:
parent
9ce95d31f1
commit
7f85268f86
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue