mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02: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)