mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 23:36:16 +02:00
7275d68d3b
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.
12 lines
647 B
Markdown
12 lines
647 B
Markdown
---
|
|
synopsis: "Introduce `libnixflake`"
|
|
prs: 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](https://github.com/nixos/rfcs/blob/master/rfcs/0134-nix-store-layer.md) and is a step towards a more modular and maintainable codebase.
|
|
|
|
Author: [**John Ericson (@Ericson2314)**](https://github.com/Ericson2314)
|