lix/scripts
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
..
maintenance
build-remote.pl.in build-remote.pl: don't wait forever for the upload lock 2012-03-05 17:58:09 +01:00
copy-from-other-stores.pl.in * Add a -I flag to the Perl bindings to nix-build and some other 2012-01-05 20:33:46 +00:00
copying-collector.pl
download-using-manifests.pl.in
find-runtime-roots.pl.in
Makefile.am
nix-build.in Add an option "--exclude" to filter dependencies in "nix-build --run-env" 2012-03-27 11:40:47 +02:00
nix-channel.in * nix-channel: fail if we don't have write permission to the manifests 2012-02-02 12:25:56 +00:00
nix-collect-garbage.in * Add a -I flag to the Perl bindings to nix-build and some other 2012-01-05 20:33:46 +00:00
nix-copy-closure.in nix-copy-closure: don't print copied path on stdout 2012-03-05 20:52:24 +01:00
nix-generate-patches.in
nix-http-export.cgi.in
nix-install-package.in * Add a -I flag to the Perl bindings to nix-build and some other 2012-01-05 20:33:46 +00:00
nix-prefetch-url.in
nix-profile.sh.in
nix-pull.in * Use Nix::Config. 2012-01-03 00:47:27 +00:00
nix-push.in * Use Nix::Config. 2012-01-03 00:47:27 +00:00
nix-reduce-build.in
remove-patches.pl
show-duplication.pl