1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-10-18 14:32:45 -04:00
nix/doc/manual/rl-next/9063-introduce-libnixflake.md
Robert Hensing 7275d68d3b rl-next: Add top 10 by +1 reactions on PRs
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.
2024-07-25 05:57:53 +02:00

647 B

synopsis prs
Introduce `libnixflake` 9063

A new library, libnixflake, has been introduced to better separate the Flakes layer within Nix. This change refactors the codebase to encapsulate Flakes-specific functionality within its own library.

See the commits in the pull request for detailed changes, with the only significant code modifications happening in the initial commit.

This change was alluded to in RFC 134 and is a step towards a more modular and maintainable codebase.

Author: John Ericson (@Ericson2314)