2023-10-01 23:26:01 +03:00
|
|
|
ignore = ['modules/base/boot']
|
2024-02-24 19:43:19 +02:00
|
|
|
|
|
|
|
# If the attrset has an optional field, `inherit` will not inherit it:
|
|
|
|
# compressDrvWeb = drv: {
|
|
|
|
# compressors ? ["gz" "br"],
|
|
|
|
# ...
|
|
|
|
# } @ args:
|
|
|
|
# compressDrv drv {
|
|
|
|
# inherit (compressors) <<- function 'compressDrv' called without required argument 'compressors'
|
|
|
|
# }
|
|
|
|
disabled = ["manual_inherit", "manual_inherit_from"]
|