lix/tests/ca
Eelco Dolstra 1ddabe1a01 nix: Respect meta.outputsToInstall, and use all outputs by default
'nix profile install' will now install all outputs listed in the
package's meta.outputsToInstall attribute, or all outputs if that
attribute doesn't exist. This makes it behave consistently with
nix-env. Fixes #6385.

Furthermore, for consistency, all other 'nix' commands do this as
well. E.g. 'nix build' will build and symlink the outputs in
meta.outputsToInstall, defaulting to all outputs. Previously, it only
built/symlinked the first output. Note that this means that selecting
a specific output using attrpath selection (e.g. 'nix build
nixpkgs#libxml2.dev') no longer works. A subsequent PR will add a way
to specify the desired outputs explicitly.
2022-04-26 17:17:27 +02:00
..
build-dry.sh
build-with-garbage-path.sh
build.sh
common.sh tests: remove 'ca-references' feature 2022-04-21 10:06:39 +02:00
concurrent-builds.sh
config.nix.in
content-addressed.nix nix: Respect meta.outputsToInstall, and use all outputs by default 2022-04-26 17:17:27 +02:00
duplicate-realisation-in-closure.sh
flake.nix
gc.sh
import-derivation.sh
nix-copy.sh
nix-run.sh
nix-shell.sh
nondeterministic.nix
post-hook.sh
racy.nix
recursive.sh
repl.sh
selfref-gc.sh tests: remove 'ca-references' feature 2022-04-21 10:06:39 +02:00
signatures.sh
substitute.sh nix: Respect meta.outputsToInstall, and use all outputs by default 2022-04-26 17:17:27 +02:00