Skip to content

chore: Bump Nixpkgs from 25.05 to unstable, and use bazel_8 instead of bazelisk#1763

Merged
vorburger merged 1 commit intoenola-dev:mainfrom
vorburger:nix-unstable-bazel_8
Sep 20, 2025
Merged

chore: Bump Nixpkgs from 25.05 to unstable, and use bazel_8 instead of bazelisk#1763
vorburger merged 1 commit intoenola-dev:mainfrom
vorburger:nix-unstable-bazel_8

Conversation

@vorburger
Copy link
Member

@vorburger vorburger commented Sep 20, 2025

This is only a 1st step; do note how both the bazelisk package and the .bazelversion have not been removed, yet.

Unfortunately they are still required, for now - because various scripts have not been cleaned-up, yet. Contributions welcome!

Relates to #1709 and (indirectly) also #1730 etc.

@dotdoom FYI

…f bazelisk

This is only a 1st step; do note how both the bazelisk package and the
.bazelversion has not been removed, and is still required, because
various scripts have not been cleaned-up, yet.
@vorburger vorburger enabled auto-merge (rebase) September 20, 2025 09:15
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @vorburger, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request performs a significant update to the project's Nix environment by bumping the Nixpkgs channel from the stable "nixos-25.05" to the "nixos-unstable" branch. Concurrently, it begins the process of migrating the Bazel build system from relying on "bazelisk" to directly utilizing the "bazel_8" package. This change is explicitly marked as an initial phase, with subsequent work planned to fully deprecate and remove "bazelisk" from the project's configuration and scripts.

Highlights

  • Nixpkgs Channel Update: The Nixpkgs channel has been updated from "nixos-25.05" to "nixos-unstable" in both "flake.nix" and "flake.lock", reflecting a move to the latest development branch.
  • Bazel Version Management Transition: This pull request initiates the transition from using "bazelisk" to directly using the "bazel_8" package. "bazel_8" has been added to the development shell, and one build command has been updated to use "bazel" instead of "bazelisk".
  • Incremental Change: This change is explicitly noted as a first step in a larger migration. The "bazelisk" package and the ".bazelversion" file are still present, indicating that further cleanup of related scripts and configurations is planned for future changes.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates Nixpkgs from version 25.05 to unstable and initiates the transition from bazelisk to bazel_8. The changes are clear and align with the description, which correctly states this is an initial step. The move to nixos-unstable is a significant change that provides access to newer packages, and the use of a lock file ensures builds remain reproducible. I have one suggestion to improve the traceability of the new TODO comment.

@vorburger vorburger merged commit b873f00 into enola-dev:main Sep 20, 2025
14 checks passed
@vorburger vorburger deleted the nix-unstable-bazel_8 branch September 20, 2025 09:41
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.

1 participant