mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 21:16:02 +01:00
Now that we have applied the [1] patch, the diff is much nicer and less noisy. [1]: https://www.github.com/mesonbuild/meson/pull/14861
5 lines
135 B
Text
5 lines
135 B
Text
option(
|
|
'gc',
|
|
type : 'feature',
|
|
description : 'enable garbage collection in the Nix expression evaluator (requires Boehm GC)',
|
|
)
|