extraCompressors

This commit is contained in:
2024-02-15 10:57:31 +02:00
parent d2ad87558c
commit d148f04fca
2 changed files with 7 additions and 11 deletions

View File

@@ -1,11 +1 @@
ignore = ['modules/base/boot']
# 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"]