diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2018-10-22T19·49+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2018-10-22T23·29+0200 |
commit | 3cd15c5b1f5a8e6de87d5b7e8cc2f1326b420c88 (patch) | |
tree | f9cfa72b41c768d19d26908865424af3f135e248 /.gitignore | |
parent | 7a9ac91a43e1e05e9df9d1b9b4a2cf322d62bb1c (diff) |
Per-output reference and closure size checks
In structured-attributes derivations, you can now specify per-output checks such as: outputChecks."out" = { # The closure of 'out' must not be larger than 256 MiB. maxClosureSize = 256 * 1024 * 1024; # It must not refer to C compiler or to the 'dev' output. disallowedRequisites = [ stdenv.cc "dev" ]; }; outputChecks."dev" = { # The 'dev' output must not be larger than 128 KiB. maxSize = 128 * 1024; }; Also fixed a bug in allowedRequisites that caused it to ignore self-references.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions