compress-drv-tests

This commit is contained in:
2024-02-24 19:43:19 +02:00
parent b6724ef10e
commit 4a74dc2ac1
4 changed files with 54 additions and 4 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", "manual_inherit_from"]