lib.extendMkDerivation: add argument excludeFunctionArgNames and improve argument documentation#459124
Merged
philiptaron merged 4 commits intoNov 6, 2025
OfBorg / lib.extendMkDerivation, lib.extendMkDerivation.passthru.tests on aarch64-linux
skipped
Nov 7, 2025 in 0s
No attempt
The following builds were skipped because they don't evaluate on aarch64-linux: lib.extendMkDerivation, lib.extendMkDerivation.passthru.tests
Details
Partial log
Nix attempted to evaluate a function as a top level expression; in
this case it must have its arguments supplied either by default
values, or passed explicitly with '--arg' or '--argstr'. See
https://nixos.org/manual/nix/stable/language/constructs.html#functions.
at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/ofborg-core/lib/customisation.nix:853:7:
852| {
853| constructDrv,
| ^
854| excludeDrvArgNames ? [ ],
Loading