Skip to content

chore(nix): add jq and ruff to dev shell packages#2144

Merged
DSharifi merged 3 commits intomainfrom
2143-nix-jq-and-ruff-are-missing-from-packages
Feb 18, 2026
Merged

chore(nix): add jq and ruff to dev shell packages#2144
DSharifi merged 3 commits intomainfrom
2143-nix-jq-and-ruff-are-missing-from-packages

Conversation

@DSharifi
Copy link
Contributor

closes #2143

@DSharifi DSharifi linked an issue Feb 18, 2026 that may be closed by this pull request
@claude
Copy link

claude bot commented Feb 18, 2026

Minor issue: duplicate python311Packages.keyring entry in pythonTools (flake.nix lines 140-141). One should be removed. No blocking issues otherwise. Approved.

SimonRastikian
SimonRastikian previously approved these changes Feb 18, 2026
Copy link
Contributor

@SimonRastikian SimonRastikian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approval.
When I tried searching for a solution, I did not have this in mind. Good that I pinged you :)

@DSharifi DSharifi enabled auto-merge February 18, 2026 12:36
Copy link
Contributor

@gilcu3 gilcu3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

pythonTools = with pkgs; [
python311
python311Packages.keyring
ruff # linter and formatter
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: to be on the safe side, we should use the same version as in CI. I remember a ruff change causing some issues a few months ago

Copy link
Contributor

@SimonRastikian SimonRastikian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did not test it yet locally but looks good

@DSharifi DSharifi added this pull request to the merge queue Feb 18, 2026
Merged via the queue into main with commit 014738e Feb 18, 2026
16 of 17 checks passed
@DSharifi DSharifi deleted the 2143-nix-jq-and-ruff-are-missing-from-packages branch February 18, 2026 13:09
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.

nix: jq and ruff are missing from packages

3 participants