Use the README to explain what this package is about #52
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/flake-compat#52
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current README says how to use flake-compat but not what it is. It would also be nice to write a description in the project settings.
Adding to this, I only recently realized there has been a new
builtins.getFlake
for some time. I'm learning about these things by mimicking other projects. But I think that leads to substandard ideas sticking around.It would be nice for the README to make clear whether
builtins.getFlake
is the preferred way to deal with flakes compatibility moving forward. If that's not the case, it would be good to discuss some pros/cons of each approach.I think the only reason not to use
builtins.getFlake
is in case someone has a version of Nix older than 2.4. Anything else?Coming back to this, I've realized that
builtins.getFlake
is only usable withflakes
enabled. If a user is enabling the feature, I think they are just getting pulled into the world of flakes, properly. This project still seems to server a purpose. It would be good if the README couple explain this all better. I'm still figuring this out myself.quite simply: this is a flakes polyfill written in pure nix instead of c++
and it's more or less a dead project