Go to file
Eelco Dolstra 5144abe5b6 Add an option "--exclude" to filter dependencies in "nix-build --run-env"
Sometimes when doing "nix-build --run-env" you don't want all
dependencies to be built.  For instance, if we want to do "--run-env"
on the "build" attribute in Hydra's release.nix (to get Hydra's build
environment), we don't want its "tarball" dependency to be built.  So
we can do:

  $ nix-build --run-env release.nix -A build --exclude 'hydra-tarball'

This will skip the dependency whose name matches the "hydra-tarball"
regular expression.  The "--exclude" option can be repeated any number
of times.
2012-03-27 11:40:47 +02:00
corepkgs * currentOutput -> outputName. "current" implies some temporal 2012-01-04 12:00:39 +00:00
doc Remove the --max-links GC option 2012-03-26 20:00:02 +02:00
misc * Handle <path> syntax. 2011-08-06 18:54:29 +00:00
perl Add a command "nix-build --run-env" to reproduce the environment of a derivation 2012-03-19 04:14:21 +01:00
scripts Add an option "--exclude" to filter dependencies in "nix-build --run-env" 2012-03-27 11:40:47 +02:00
src Mac OS X fix 2012-03-26 23:18:36 +02:00
tests Replace "make check" with "make installcheck" 2012-03-19 01:20:02 +01:00
.gitignore Drop the externals directory 2012-03-18 23:54:57 +01:00
AUTHORS
bootstrap.sh bootstrap: Simplify & make more robust. 2011-09-06 12:11:05 +00:00
configure.ac Fix the optional dependency on OpenSSL 2012-03-19 01:06:13 +01:00
COPYING
INSTALL
Makefile.am Drop the externals directory 2012-03-18 23:54:57 +01:00
nix.conf.example
nix.spec.in Fix the RPM 2012-03-19 14:30:59 +01:00
README
release.nix Fix the coverage build 2012-03-19 17:05:42 +01:00
substitute.mk Replace "make check" with "make installcheck" 2012-03-19 01:20:02 +01:00
version * Bump the version number. 2010-08-17 15:39:35 +00:00

Nix is a purely functional package manager.  For installation and
usage instructions, please read the manual, which can be found in
`docs/manual/manual.html', and additionally at the Nix website at
<http://nixos.org/>.


Acknowledgments

This product includes software developed by the OpenSSL Project for
use in the OpenSSL Toolkit (http://www.OpenSSL.org/).