Skip to content

fix: update to 1.11.1 + python.withPackages#19

Merged
gabyx merged 6 commits intomainfrom
feat/update-devenv
Dec 11, 2025
Merged

fix: update to 1.11.1 + python.withPackages#19
gabyx merged 6 commits intomainfrom
feat/update-devenv

Conversation

@gabyx
Copy link
Contributor

@gabyx gabyx commented Dec 11, 2025

  • 1.11.2 has evaluation bug

Proposed Changes

Types of Changes

What types of changes does your contribution introduce? Put an x in the boxes
that apply

  • A bug fix (non-breaking change which fixes an issue). Use MR tag
    bugfix.
  • A new feature (non-breaking change which adds functionality). Use MR
    tag feature.
  • A breaking change (fix or feature that would cause existing
    functionality to not work as expected). Use MR tag feature.
  • A non-productive update (documentation, tooling, etc. if none of the
    other choices apply). Use MR tag chore.

Checklist

Put an x in the boxes that apply. You can also fill these out after creating
the 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.

Further Comments

- 1.11.2 has evaluation bug
Copilot AI review requested due to automatic review settings December 11, 2025 21:31
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.

@gabyx gabyx changed the title fix: update to 1.11.1 fix: update to 1.11.1 + python.withPackages Dec 11, 2025
@gabyx gabyx merged commit 1351bfa into main Dec 11, 2025
6 checks passed
@gabyx gabyx deleted the feat/update-devenv branch December 11, 2025 22:17
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