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 Nix flake for the documentation dev tools #2859

Merged
merged 1 commit into from
Apr 27, 2023
Merged

Conversation

kciesielski
Copy link
Member

This change allows running a single command: nix develop to build and enter into development shell with all required python dependencies needed to work on the documentation.

  • flake.nix defines the dev environment and refers to requirements.txt
  • flake.lock freezes all versions of resolved packages

Using Nix for such purposes is a pretty cool experience, one does not need to worry that they will pollute the system with conflicting tools and libraries, which happens especially often with Python development.

@kciesielski kciesielski requested a review from adamw April 26, 2023 18:16
@adamw
Copy link
Member

adamw commented Apr 27, 2023

Not a user of nix (yet), but if that helps, lets have it :)

@adamw adamw merged commit d7d0ce0 into master Apr 27, 2023
@mergify mergify bot deleted the nix-develop-docs branch April 27, 2023 07:10
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.

2 participants