query
On this page

chooseDevOutputs

lib.attrsets.chooseDevOutputs

Docs pulled from | This Revision | 10 minutes ago


Pick the outputs of packages to place in buildInputs

Inputs

pkgs

List of packages.

Type

chooseDevOutputs :: [Derivation] -> [Derivation]

Noogle detected

Aliases

Implementation

This function is implemented in c++ and is part of the native nix runtime.

Implementation

The following is the current implementation of this function.

chooseDevOutputs = builtins.map getDev;