compressAll: split to compressDrv and compressDrvWeb

This commit is contained in:
2024-02-15 10:54:52 +02:00
parent 7b0a4dcd72
commit d2ad87558c
6 changed files with 186 additions and 129 deletions

View File

@@ -1 +1,11 @@
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"]