Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method for creating completely new package set #12

Merged
merged 5 commits into from
Feb 9, 2023

Conversation

cdepillabout
Copy link
Owner

This PR adds a method for creating a completely new package set.

Resolves #3.

Up til now, stacklock2nix just exposed an overlay you could apply to an existing Nixpkgs Haskell package set. This PR adds an attribute that exposes a completely new package set. This new package set doesn't have any of the packages from the standard Nixpkgs Haskell package set. In some sense, it is "safer" to use than the plain overlay.

@cdepillabout cdepillabout marked this pull request as ready for review February 9, 2023 23:41
@cdepillabout cdepillabout merged commit 79f2b1f into main Feb 9, 2023
@cdepillabout cdepillabout deleted the new-package-set branch February 9, 2023 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make it easy to use stacklock2nix to create a new haskell package set
1 participant