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

feat: Support Nix for development #969

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

feat: Support Nix for development #969

wants to merge 5 commits into from

Conversation

l0b0
Copy link
Contributor

@l0b0 l0b0 commented May 17, 2024

Motivation

Ease of development.

Modification

  • Install and enable Direnv to activate it when cd-ing into the project
  • Cache Python packages in CI using the "linz" repository
  • Lint and format the Nix code
  • Create a symlink to the Python executable for easy IDE integration

Checklist

  • Tests updated (N/A)
  • Docs updated (N/A)
  • Issue linked in Title (N/A)

@l0b0 l0b0 force-pushed the feat/support-nix branch 2 times, most recently from e761603 to 0a0edba Compare May 23, 2024 03:07
@l0b0 l0b0 force-pushed the feat/support-nix branch 7 times, most recently from bf28983 to 9014f10 Compare June 17, 2024 05:01
@l0b0 l0b0 force-pushed the feat/support-nix branch 2 times, most recently from 2166c50 to fa7bc44 Compare June 19, 2024 21:17
@l0b0 l0b0 force-pushed the feat/support-nix branch 6 times, most recently from f5b736b to f8bef0d Compare September 12, 2024 01:22
The version in pyproject.toml is redundant with poetry.lock.
Less chance of issues because of breaking changes between minor Python
versions.
- Cache Python packages in CI using the "linz" repository
- Lint and format the Nix code
- Create a symlink to the Python executable for easy IDE integration
- Use the same version of Geos as in Ubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant