272db8af1b
This does not add missing release notes, and it doesn't do anything about the profiles feature we would really like to have so we can have consistent credit. Change-Id: I72a6f7acfcff85f380be17dac76501a6f4693776
496 B
496 B
synopsis | cls | credits | category |
---|---|---|---|
`builtins.nixVersion` now returns a fixed value "2.18.3-lix" | 558 | jade | Breaking Changes |
builtins.nixVersion
now returns a fixed value "2.18.3-lix"
. This prevents
feature detection assuming that features that exist in Nix post-Lix-branch-off
might exist, even though the Lix version is greater than the Nix version.
In the future, check for builtins for feature detection. If a feature cannot be detected by those means, please file a Lix bug.