mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
stdenv: clarify how outputsToInstall
is chosen
See https://github.com/NixOS/nixpkgs/pull/14694/files#r60013871
This commit is contained in:
parent
5ff40ddedf
commit
d4794c3630
@ -223,7 +223,7 @@ let
|
|||||||
# include it in the result, it *is* available to nix-env for queries.
|
# include it in the result, it *is* available to nix-env for queries.
|
||||||
meta = { }
|
meta = { }
|
||||||
# If the packager hasn't specified `outputsToInstall`, choose a default,
|
# If the packager hasn't specified `outputsToInstall`, choose a default,
|
||||||
# namely `lib.getBin p`;
|
# which is the name of `p.bin or p.out or p`;
|
||||||
# if he has specified it, it will be overridden below in `// meta`.
|
# if he has specified it, it will be overridden below in `// meta`.
|
||||||
# Note: This default probably shouldn't be globally configurable.
|
# Note: This default probably shouldn't be globally configurable.
|
||||||
# Services and users should specify outputs explicitly,
|
# Services and users should specify outputs explicitly,
|
||||||
|
Loading…
Reference in New Issue
Block a user