mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 09:49:36 +01:00
We should use a metric that weighs the related issues. Counterbalancing time doesn't make much sense to me. If it's around for longer, the fix will be relevant to more people.
572 B
572 B
| synopsis | prs |
|---|---|
| Support unit prefixes in configuration settings | 10668 |
Configuration settings in Nix now support unit prefixes, allowing for more intuitive and readable configurations. For example, you can now specify --min-free 1G to set the minimum free space to 1 gigabyte.
This enhancement was extracted from #7851 and is also useful for PR #10661.
Author: Eelco Dolstra (@edolstra)