fix: update to 1.11.1 + python.withPackages#19
Merged
Conversation
- 1.11.2 has evaluation bug
There was a problem hiding this comment.
Pull request overview
This PR updates devenv from multiple versions (v1.8.1 and v1.10) to v1.11.1 to avoid an evaluation bug present in version 1.11.2. The update also includes synchronized updates to related dependencies like nixpkgs-devenv, various flake inputs, and the NixOS stable branch reference.
Key Changes:
- Updates devenv to v1.11.1 across all flake.nix files
- Updates nixpkgs-devenv pinned commit reference
- Updates NixOS stable branch reference from nixos-25.05 to nixos-25.11
- Updates all dependency lock files with new hashes and revisions
- Comments out the entire Go toolchain configuration
Reviewed changes
Copilot reviewed 3 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tools/nix/flake.nix | Updates devenv from v1.8.1 to v1.11.1 and updates nixpkgs-devenv commit reference |
| tools/nix/flake.lock | Auto-generated lock file updates for all transitive dependencies |
| src/rust/tools/nix/flake.lock | Auto-generated lock file updates with devenv v1.11.1 and nixos-25.11 stable reference |
| src/python/tools/nix/flake.lock | Auto-generated lock file updates with devenv v1.11.1 and nixos-25.11 stable reference |
| src/go/tools/nix/toolchains/toolchain-go.nix | All Go language configuration commented out, leaving an empty module |
| src/generic/tools/nix/flake.nix.jinja | Template updates for devenv v1.11.1, nixpkgs-devenv, and nixos-25.11 stable reference |
| src/generic/tools/nix/flake.lock | Auto-generated lock file updates with devenv v1.11.1 and nixos-25.11 stable reference |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
python.withPackages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed Changes
pythontemplate withpython.withPackageswhich allows to have heavy system-lib-dependend packageslike
numpy, etc. built by Nix and also combined withuvdue to the fix inpython: fix venv creation NixOS/nixpkgs#442540 and
python: support
withPackageswith venvs and prepare for upstream patch cachix/devenv#2234Types of Changes
What types of changes does your contribution introduce? Put an
xin the boxesthat apply
bugfix.tag
feature.functionality to not work as expected). Use MR tag
feature.other choices apply). Use MR tag
chore.Checklist
Put an
xin the boxes that apply. You can also fill these out after creatingthe PR. If you're unsure about any of them, don't hesitate to ask. We're here to
help! This is simply a reminder of what we are going to look for before merging
your code.
CONTRIBUTING
guidelines.
Further Comments