pep656
lib.pep656.muslLinuxTagCompatible
Type: muslLinuxTagCompatible :: AttrSet -> derivation -> string -> bool
Check if a musllinux tag is compatible with a given stdenv.
platform
: Platform attrset (lib.systems.elaborate "x86_64-linux"
)
libc
: Libc derivation
tag
: Platform tag string
::: {.example #function-library-example-lib.pep656.muslLinuxTagCompatible}
lib.pep656.muslLinuxTagCompatible
usage example
# muslLinuxTagCompatible pkgs.stdenv.targetPlatform pkgs.stdenv.cc.libc "musllinux_1_1_x86_64"
true
:::