compressDrv: use upstream

This commit is contained in:
2024-08-22 13:08:53 +03:00
parent 49f32034b8
commit e4fa6645f1
8 changed files with 3 additions and 223 deletions

View File

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