-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
Move from poetry to nixpkgs #505
Comments
Under
I haven't checked that these all play well together or render properly (the |
If we're getting rid of |
I've removed all of the
|
Looks like there's a compatibility issue between this theme and |
Please put up the change as a PR, then people can help you out on the concrete code. |
The PR is here: #515 |
PR was merged. This can be closed. |
I think poetry adds unnecessary complexity to the project and a learning curve to contributors who may not be familiar with it (especially considering that we plan to teach Nix/nixpkgs here, not poetry).
In addition, I believe it's not necessary as nix.dev isn't distributed as a Python package/project and the only thing that's needed to build the project is a shell environment with sphinx and additional libraries we use.
From what I see, one of the potential reasons why poetry is used is because it allows using dependabot but I don't think that's important for this project as we don't really need the latest software and the latest version of nixpkgs is sufficient for our needs.
In addition, doing this allow nix.dev to be used as an example by interested readers who wants to contribute to the project.
A couple things need to be done:
The text was updated successfully, but these errors were encountered: