feat: introduce starting pieces for nixpkgs-compat library #61
No reviewers
Labels
No labels
Compat
Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: auxolotl/labs#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "claire/labs:main"
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?
Here's the starting point for an experimental nixpkgs compatibility layer over aux lib. I'm starting small with this because I'm very new to writing nix library code, and want to make sure I've got the broad strokes here right before adding more :)
I suspect that it would be better to run the tests from nixpkg's lib against the compat layer instead of writing my own tests for everything, but I haven't gotten that working yet.
looks good !
i think vendoring a copy of https://github.com/NixOS/nixpkgs/blob/master/lib/tests/misc.nix and commenting out the tests that don't work yet, then incrementally uncommenting stuff as they're fixed, until we can use upstream's version, would be the right move.
but i don't think that should block this PR, it's fine to get merged as-is, that's followup work once we agree this is a good thing to do in the first place.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.