Skip to content

nix-prefetch-git: disable maintenance mode via environment variables#525255

Merged
HeitorAugustoLN merged 1 commit into
NixOS:masterfrom
thefossguy:nix-prefetch-git-propagate-disabling-maintenance-mode
Jun 4, 2026
Merged

nix-prefetch-git: disable maintenance mode via environment variables#525255
HeitorAugustoLN merged 1 commit into
NixOS:masterfrom
thefossguy:nix-prefetch-git-propagate-disabling-maintenance-mode

Conversation

@thefossguy

@thefossguy thefossguy commented May 28, 2026

Copy link
Copy Markdown
Member

The commit 011471c ("fetchgit: disable git maintenance") disabled
git's maintenance mode, but that does not affect git repositories with
submodules.

Switch to using the GIT_CONFIG_* environment variables. This is done in
a way to make the approach more generic, but also kinda not the best
("insane") so that it works with any future change, even with
impureEnvVars.

Maybe git -c maintenance.auto=false can work but I cannot figure out
how to use that here. I would prefer disabling maintenance mode in Git's
derivation itself but did not find any build-time knob to toggle that.

Things done

@thefossguy thefossguy requested review from herbetom and me-and May 28, 2026 16:52
@thefossguy thefossguy mentioned this pull request May 28, 2026
14 tasks
@nixpkgs-ci nixpkgs-ci Bot requested a review from philiptaron May 28, 2026 16:54
@nixpkgs-ci nixpkgs-ci Bot added 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 6.topic: fetch Fetchers (e.g. fetchgit, fetchsvn, ...) labels May 28, 2026

@imcvampire imcvampire left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM!

The commit 011471c ("fetchgit: disable git maintenance") disabled
git's maintenance mode, but that does not affect git repositories with
submodules.

Switch to using the GIT_CONFIG_* environment variables. This is done in
a way to make the approach more generic, but also kinda not the best
("insane") so that it works with any future change, even with
`impureEnvVars`.

Maybe `git -c maintenance.auto=false` can work but I cannot figure out
how to use that here. I would prefer disabling maintenance mode in Git's
derivation itself but did not find any build-time knob to toggle that.
@thefossguy thefossguy force-pushed the nix-prefetch-git-propagate-disabling-maintenance-mode branch from 7f21e88 to 88cfc54 Compare May 28, 2026 17:20
@thefossguy

Copy link
Copy Markdown
Member Author

I realized that I overlooked the commit message about making GIT_CONFIG_* more generic and pushed that in the new commit. Hopefully that kind of insanity in bash is acceptable in nixpkgs :)

@nixpkgs-ci nixpkgs-ci Bot added the 12.approvals: 1 This PR was reviewed and approved by one person. label May 28, 2026
@thefossguy

Copy link
Copy Markdown
Member Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 525255 --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: 88cfc54552d5678f27d292fd75df963aecd3b357


x86_64-linux

✅ 78 packages built:
  • bundix
  • cabal2nix
  • crate2nix
  • crystal2nix
  • dub-to-nix
  • git-unroll
  • haskellPackages.cli-nix
  • haskellPackages.nix-thunk
  • haskellPackages.nvfetcher
  • haskellPackages.update-nix-fetchgit
  • lidarr
  • lixPackageSets.git.nix-update
  • lixPackageSets.latest.nix-update
  • lixPackageSets.lix_2_94.nix-update
  • lon
  • luarocks-packages-updater
  • nim_lk
  • nix-prefetch-git
  • nix-prefetch-scripts
  • nix-update
  • nix-update-source
  • nixtamal
  • npins
  • nvfetcher
  • prefetch-yarn-deps
  • prowlarr
  • python313Packages.nixpkgs-updaters-library
  • python314Packages.nixpkgs-updaters-library
  • radarr
  • sonarr
  • tests.fetchFromBitbucket.withEncodedWhitespaceGit
  • tests.fetchFromGitHub.describe-tag
  • tests.fetchFromGitHub.fetchTags
  • tests.fetchFromGitHub.leave-git
  • tests.fetchFromGitHub.rootDir
  • tests.fetchFromGitHub.sparseCheckout
  • tests.fetchFromGitHub.sparseCheckoutNonConeMode
  • tests.fetchFromGitHub.submodule-deep
  • tests.fetchFromGitHub.submodule-leave-git
  • tests.fetchFromGitHub.submodule-leave-git-deep
  • tests.fetchFromGitHub.submodule-simple
  • tests.fetchgit.cached-prefetch-avoids-fetch
  • tests.fetchgit.collect-rev
  • tests.fetchgit.describe-tag
  • tests.fetchgit.dumb-http-signed-tag
  • tests.fetchgit.fetchTags
  • tests.fetchgit.leave-git
  • tests.fetchgit.prefetch-git-no-add-path
  • tests.fetchgit.rootDir
  • tests.fetchgit.simple
  • tests.fetchgit.simple-tag
  • tests.fetchgit.sparseCheckout
  • tests.fetchgit.sparseCheckoutNonConeMode
  • tests.fetchgit.submodule-deep
  • tests.fetchgit.submodule-leave-git
  • tests.fetchgit.submodule-leave-git-deep
  • tests.fetchgit.submodule-revision-count
  • tests.fetchgit.submodule-simple
  • tests.fetchgit.withGitConfig
  • tests.fetchtorrent.http-link (tests.fetchtorrent.http-link-transmission)
  • tests.fetchtorrent.http-link-rqbit (tests.fetchtorrent.http-link-rqbit-flattened)
  • tests.fetchtorrent.http-link-rqbit-unflattened
  • tests.fetchtorrent.magnet-link (tests.fetchtorrent.magnet-link-transmission)
  • tests.fetchtorrent.magnet-link-rqbit (tests.fetchtorrent.magnet-link-rqbit-flattened)
  • tests.fetchtorrent.magnet-link-rqbit-unflattened
  • tests.fetchurl.header
  • tests.haskell.cabalSdist.assumptionLocalHasDirectReference
  • tests.haskell.cabalSdist.localHasNoDirectReference
  • tests.pnpm.pnpm-fixup-state-db
  • tests.pnpm.pnpm_11_v3
  • tests.pnpm.pnpm_11_v4
  • tests.prefer-remote-fetch.fetchgit
  • tests.testers.runCommand.bork
  • typescript-language-server
  • update-nix-fetchgit
  • update-python-libraries
  • vimPlugins.typescript-tools-nvim
  • vimPluginsUpdater

@thefossguy

Copy link
Copy Markdown
Member Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 525255 --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: 88cfc54552d5678f27d292fd75df963aecd3b357


aarch64-linux

✅ 76 packages built:
  • bundix
  • cabal2nix
  • crate2nix
  • crystal2nix
  • dub-to-nix
  • git-unroll
  • haskellPackages.cli-nix
  • haskellPackages.nix-thunk
  • haskellPackages.nvfetcher
  • haskellPackages.update-nix-fetchgit
  • lidarr
  • lixPackageSets.git.nix-update
  • lixPackageSets.latest.nix-update
  • lixPackageSets.lix_2_94.nix-update
  • lon
  • luarocks-packages-updater
  • nim_lk
  • nix-prefetch-git
  • nix-prefetch-scripts
  • nix-update
  • nix-update-source
  • nixtamal
  • npins
  • nvfetcher
  • prefetch-yarn-deps
  • prowlarr
  • python313Packages.nixpkgs-updaters-library
  • python314Packages.nixpkgs-updaters-library
  • radarr
  • sonarr
  • tests.fetchFromBitbucket.withEncodedWhitespaceGit
  • tests.fetchFromGitHub.describe-tag
  • tests.fetchFromGitHub.fetchTags
  • tests.fetchFromGitHub.leave-git
  • tests.fetchFromGitHub.rootDir
  • tests.fetchFromGitHub.sparseCheckout
  • tests.fetchFromGitHub.sparseCheckoutNonConeMode
  • tests.fetchFromGitHub.submodule-deep
  • tests.fetchFromGitHub.submodule-leave-git
  • tests.fetchFromGitHub.submodule-leave-git-deep
  • tests.fetchFromGitHub.submodule-simple
  • tests.fetchgit.cached-prefetch-avoids-fetch
  • tests.fetchgit.collect-rev
  • tests.fetchgit.describe-tag
  • tests.fetchgit.dumb-http-signed-tag
  • tests.fetchgit.fetchTags
  • tests.fetchgit.leave-git
  • tests.fetchgit.prefetch-git-no-add-path
  • tests.fetchgit.rootDir
  • tests.fetchgit.simple
  • tests.fetchgit.simple-tag
  • tests.fetchgit.sparseCheckout
  • tests.fetchgit.sparseCheckoutNonConeMode
  • tests.fetchgit.submodule-deep
  • tests.fetchgit.submodule-leave-git
  • tests.fetchgit.submodule-leave-git-deep
  • tests.fetchgit.submodule-revision-count
  • tests.fetchgit.submodule-simple
  • tests.fetchgit.withGitConfig
  • tests.fetchtorrent.http-link (tests.fetchtorrent.http-link-transmission)
  • tests.fetchtorrent.http-link-rqbit (tests.fetchtorrent.http-link-rqbit-flattened)
  • tests.fetchtorrent.http-link-rqbit-unflattened
  • tests.fetchtorrent.magnet-link (tests.fetchtorrent.magnet-link-transmission)
  • tests.fetchtorrent.magnet-link-rqbit (tests.fetchtorrent.magnet-link-rqbit-flattened)
  • tests.fetchtorrent.magnet-link-rqbit-unflattened
  • tests.fetchurl.header
  • tests.pnpm.pnpm-fixup-state-db
  • tests.pnpm.pnpm_11_v3
  • tests.pnpm.pnpm_11_v4
  • tests.prefer-remote-fetch.fetchgit
  • tests.testers.runCommand.bork
  • typescript-language-server
  • update-nix-fetchgit
  • update-python-libraries
  • vimPlugins.typescript-tools-nvim
  • vimPluginsUpdater

@thefossguy

Copy link
Copy Markdown
Member Author

Huh, 2 packages were not automatically detected on aarch64-linux. Re-running nixpkgs-review with those two tests explicitly.

@thefossguy

Copy link
Copy Markdown
Member Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 525255 --extra-nixpkgs-config '{ allowBroken = false; }' --additional-package tests.haskell.cabalSdist.localHasNoDirectReference --additional-package tests.haskell.cabalSdist.assumptionLocalHasDirectReference
Commit: 88cfc54552d5678f27d292fd75df963aecd3b357


x86_64-linux

✅ 78 packages built:
  • bundix
  • cabal2nix
  • crate2nix
  • crystal2nix
  • dub-to-nix
  • git-unroll
  • haskellPackages.cli-nix
  • haskellPackages.nix-thunk
  • haskellPackages.nvfetcher
  • haskellPackages.update-nix-fetchgit
  • lidarr
  • lixPackageSets.git.nix-update
  • lixPackageSets.latest.nix-update
  • lixPackageSets.lix_2_94.nix-update
  • lon
  • luarocks-packages-updater
  • nim_lk
  • nix-prefetch-git
  • nix-prefetch-scripts
  • nix-update
  • nix-update-source
  • nixtamal
  • npins
  • nvfetcher
  • prefetch-yarn-deps
  • prowlarr
  • python313Packages.nixpkgs-updaters-library
  • python314Packages.nixpkgs-updaters-library
  • radarr
  • sonarr
  • tests.fetchFromBitbucket.withEncodedWhitespaceGit
  • tests.fetchFromGitHub.describe-tag
  • tests.fetchFromGitHub.fetchTags
  • tests.fetchFromGitHub.leave-git
  • tests.fetchFromGitHub.rootDir
  • tests.fetchFromGitHub.sparseCheckout
  • tests.fetchFromGitHub.sparseCheckoutNonConeMode
  • tests.fetchFromGitHub.submodule-deep
  • tests.fetchFromGitHub.submodule-leave-git
  • tests.fetchFromGitHub.submodule-leave-git-deep
  • tests.fetchFromGitHub.submodule-simple
  • tests.fetchgit.cached-prefetch-avoids-fetch
  • tests.fetchgit.collect-rev
  • tests.fetchgit.describe-tag
  • tests.fetchgit.dumb-http-signed-tag
  • tests.fetchgit.fetchTags
  • tests.fetchgit.leave-git
  • tests.fetchgit.prefetch-git-no-add-path
  • tests.fetchgit.rootDir
  • tests.fetchgit.simple
  • tests.fetchgit.simple-tag
  • tests.fetchgit.sparseCheckout
  • tests.fetchgit.sparseCheckoutNonConeMode
  • tests.fetchgit.submodule-deep
  • tests.fetchgit.submodule-leave-git
  • tests.fetchgit.submodule-leave-git-deep
  • tests.fetchgit.submodule-revision-count
  • tests.fetchgit.submodule-simple
  • tests.fetchgit.withGitConfig
  • tests.fetchtorrent.http-link (tests.fetchtorrent.http-link-transmission)
  • tests.fetchtorrent.http-link-rqbit (tests.fetchtorrent.http-link-rqbit-flattened)
  • tests.fetchtorrent.http-link-rqbit-unflattened
  • tests.fetchtorrent.magnet-link (tests.fetchtorrent.magnet-link-transmission)
  • tests.fetchtorrent.magnet-link-rqbit (tests.fetchtorrent.magnet-link-rqbit-flattened)
  • tests.fetchtorrent.magnet-link-rqbit-unflattened
  • tests.fetchurl.header
  • tests.haskell.cabalSdist.assumptionLocalHasDirectReference
  • tests.haskell.cabalSdist.localHasNoDirectReference
  • tests.pnpm.pnpm-fixup-state-db
  • tests.pnpm.pnpm_11_v3
  • tests.pnpm.pnpm_11_v4
  • tests.prefer-remote-fetch.fetchgit
  • tests.testers.runCommand.bork
  • typescript-language-server
  • update-nix-fetchgit
  • update-python-libraries
  • vimPlugins.typescript-tools-nvim
  • vimPluginsUpdater

@thefossguy

Copy link
Copy Markdown
Member Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 525255 --extra-nixpkgs-config '{ allowBroken = false; }' --additional-package tests.haskell.cabalSdist.assumptionLocalHasDirectReference --additional-package tests.haskell.cabalSdist.localHasNoDirectReference
Commit: 88cfc54552d5678f27d292fd75df963aecd3b357


aarch64-linux

✅ 78 packages built:
  • bundix
  • cabal2nix
  • crate2nix
  • crystal2nix
  • dub-to-nix
  • git-unroll
  • haskellPackages.cli-nix
  • haskellPackages.nix-thunk
  • haskellPackages.nvfetcher
  • haskellPackages.update-nix-fetchgit
  • lidarr
  • lixPackageSets.git.nix-update
  • lixPackageSets.latest.nix-update
  • lixPackageSets.lix_2_94.nix-update
  • lon
  • luarocks-packages-updater
  • nim_lk
  • nix-prefetch-git
  • nix-prefetch-scripts
  • nix-update
  • nix-update-source
  • nixtamal
  • npins
  • nvfetcher
  • prefetch-yarn-deps
  • prowlarr
  • python313Packages.nixpkgs-updaters-library
  • python314Packages.nixpkgs-updaters-library
  • radarr
  • sonarr
  • tests.fetchFromBitbucket.withEncodedWhitespaceGit
  • tests.fetchFromGitHub.describe-tag
  • tests.fetchFromGitHub.fetchTags
  • tests.fetchFromGitHub.leave-git
  • tests.fetchFromGitHub.rootDir
  • tests.fetchFromGitHub.sparseCheckout
  • tests.fetchFromGitHub.sparseCheckoutNonConeMode
  • tests.fetchFromGitHub.submodule-deep
  • tests.fetchFromGitHub.submodule-leave-git
  • tests.fetchFromGitHub.submodule-leave-git-deep
  • tests.fetchFromGitHub.submodule-simple
  • tests.fetchgit.cached-prefetch-avoids-fetch
  • tests.fetchgit.collect-rev
  • tests.fetchgit.describe-tag
  • tests.fetchgit.dumb-http-signed-tag
  • tests.fetchgit.fetchTags
  • tests.fetchgit.leave-git
  • tests.fetchgit.prefetch-git-no-add-path
  • tests.fetchgit.rootDir
  • tests.fetchgit.simple
  • tests.fetchgit.simple-tag
  • tests.fetchgit.sparseCheckout
  • tests.fetchgit.sparseCheckoutNonConeMode
  • tests.fetchgit.submodule-deep
  • tests.fetchgit.submodule-leave-git
  • tests.fetchgit.submodule-leave-git-deep
  • tests.fetchgit.submodule-revision-count
  • tests.fetchgit.submodule-simple
  • tests.fetchgit.withGitConfig
  • tests.fetchtorrent.http-link (tests.fetchtorrent.http-link-transmission)
  • tests.fetchtorrent.http-link-rqbit (tests.fetchtorrent.http-link-rqbit-flattened)
  • tests.fetchtorrent.http-link-rqbit-unflattened
  • tests.fetchtorrent.magnet-link (tests.fetchtorrent.magnet-link-transmission)
  • tests.fetchtorrent.magnet-link-rqbit (tests.fetchtorrent.magnet-link-rqbit-flattened)
  • tests.fetchtorrent.magnet-link-rqbit-unflattened
  • tests.fetchurl.header
  • tests.haskell.cabalSdist.assumptionLocalHasDirectReference
  • tests.haskell.cabalSdist.localHasNoDirectReference
  • tests.pnpm.pnpm-fixup-state-db
  • tests.pnpm.pnpm_11_v3
  • tests.pnpm.pnpm_11_v4
  • tests.prefer-remote-fetch.fetchgit
  • tests.testers.runCommand.bork
  • typescript-language-server
  • update-nix-fetchgit
  • update-python-libraries
  • vimPlugins.typescript-tools-nvim
  • vimPluginsUpdater

@philiptaron philiptaron left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Sure. Looking to @me-and to ✅ also before merge

@nixpkgs-ci nixpkgs-ci Bot added 12.approvals: 2 This PR was reviewed and approved by two persons. and removed 12.approvals: 1 This PR was reviewed and approved by one person. labels May 28, 2026
@a-kenji

a-kenji commented May 29, 2026

Copy link
Copy Markdown
Member

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 525255
Commit: 88cfc54552d5678f27d292fd75df963aecd3b357


x86_64-linux

✅ 78 packages built:
  • bundix
  • cabal2nix
  • crate2nix
  • crystal2nix
  • dub-to-nix
  • git-unroll
  • haskellPackages.cli-nix
  • haskellPackages.nix-thunk
  • haskellPackages.nvfetcher
  • haskellPackages.update-nix-fetchgit
  • lidarr
  • lixPackageSets.git.nix-update
  • lixPackageSets.latest.nix-update
  • lixPackageSets.lix_2_94.nix-update
  • lon
  • luarocks-packages-updater
  • nim_lk
  • nix-prefetch-git
  • nix-prefetch-scripts
  • nix-update
  • nix-update-source
  • nixtamal
  • npins
  • nvfetcher
  • prefetch-yarn-deps
  • prowlarr
  • python313Packages.nixpkgs-updaters-library
  • python314Packages.nixpkgs-updaters-library
  • radarr
  • sonarr
  • tests.fetchFromBitbucket.withEncodedWhitespaceGit
  • tests.fetchFromGitHub.describe-tag
  • tests.fetchFromGitHub.fetchTags
  • tests.fetchFromGitHub.leave-git
  • tests.fetchFromGitHub.rootDir
  • tests.fetchFromGitHub.sparseCheckout
  • tests.fetchFromGitHub.sparseCheckoutNonConeMode
  • tests.fetchFromGitHub.submodule-deep
  • tests.fetchFromGitHub.submodule-leave-git
  • tests.fetchFromGitHub.submodule-leave-git-deep
  • tests.fetchFromGitHub.submodule-simple
  • tests.fetchgit.cached-prefetch-avoids-fetch
  • tests.fetchgit.collect-rev
  • tests.fetchgit.describe-tag
  • tests.fetchgit.dumb-http-signed-tag
  • tests.fetchgit.fetchTags
  • tests.fetchgit.leave-git
  • tests.fetchgit.prefetch-git-no-add-path
  • tests.fetchgit.rootDir
  • tests.fetchgit.simple
  • tests.fetchgit.simple-tag
  • tests.fetchgit.sparseCheckout
  • tests.fetchgit.sparseCheckoutNonConeMode
  • tests.fetchgit.submodule-deep
  • tests.fetchgit.submodule-leave-git
  • tests.fetchgit.submodule-leave-git-deep
  • tests.fetchgit.submodule-revision-count
  • tests.fetchgit.submodule-simple
  • tests.fetchgit.withGitConfig
  • tests.fetchtorrent.http-link (tests.fetchtorrent.http-link-transmission)
  • tests.fetchtorrent.http-link-rqbit (tests.fetchtorrent.http-link-rqbit-flattened)
  • tests.fetchtorrent.http-link-rqbit-unflattened
  • tests.fetchtorrent.magnet-link (tests.fetchtorrent.magnet-link-transmission)
  • tests.fetchtorrent.magnet-link-rqbit (tests.fetchtorrent.magnet-link-rqbit-flattened)
  • tests.fetchtorrent.magnet-link-rqbit-unflattened
  • tests.fetchurl.header
  • tests.haskell.cabalSdist.assumptionLocalHasDirectReference
  • tests.haskell.cabalSdist.localHasNoDirectReference
  • tests.pnpm.pnpm-fixup-state-db
  • tests.pnpm.pnpm_11_v3
  • tests.pnpm.pnpm_11_v4
  • tests.prefer-remote-fetch.fetchgit
  • tests.testers.runCommand.bork
  • typescript-language-server
  • update-nix-fetchgit
  • update-python-libraries
  • vimPlugins.typescript-tools-nvim
  • vimPluginsUpdater

@nixpkgs-ci nixpkgs-ci Bot added 12.approvals: 3+ This PR was reviewed and approved by three or more persons. and removed 12.approvals: 2 This PR was reviewed and approved by two persons. labels May 29, 2026
@me-and

me-and commented May 29, 2026

Copy link
Copy Markdown
Member

I'll try to review before the end of the weekend. I'm slightly surprised I didn't hit this problem when I made this fix, as the test repo I was using absolutely had submodules!

Without yet having looked at the code, a possible alternative to GIT_CONFIG_* environment variables -- not that I don't love some good Bash insanity -- is to use a global Git config file created in a temporary directory, and if there's a config file provided (which is the reason I didn't go with this option originally), reference that file by calling git config --global include.path <file>.

@thefossguy

Copy link
Copy Markdown
Member Author

I'm slightly surprised I didn't hit this problem when I made this fix, as the test repo I was using absolutely had submodules!

I've noticed this inconsistency too. In #524670, we're trying to bump the version for packages of the COSMIC DE and only one package (cosmic-idle) of 25+ that depends on the libcosmic crate has failed in this manner. The rest of the packages did not seem to have this issue. I'm honestly not sure what to make of that.

Without yet having looked at the code, a possible alternative to GIT_CONFIG_* environment variables -- not that I don't love some good Bash insanity -- is to use a global Git config file created in a temporary directory, and if there's a config file provided (which is the reason I didn't go with this option originally), reference that file by calling git config --global include.path .

I don't have a strong opinion on this. I'm happy to refactor this PR if that's what you want.

@me-and me-and left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM! I'd honestly expected something much more horrendous before I went looking at the code.

Thank you!

Sirius902 added a commit to Sirius902/nixos-config that referenced this pull request May 31, 2026
NixOS/nixpkgs#524430 only disabled maintenance.auto in the top-level
repo's local config; submodule clones spawned by postCheckout still
raced. NixOS/nixpkgs#525255 switches to env vars that propagate into
submodule subprocesses.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@thefossguy

Copy link
Copy Markdown
Member Author

Could someone with commit access merge this PR?

@salva09 salva09 mentioned this pull request Jun 4, 2026
14 tasks
@HeitorAugustoLN HeitorAugustoLN added this pull request to the merge queue Jun 4, 2026
Merged via the queue into NixOS:master with commit 6c103ed Jun 4, 2026
37 of 39 checks passed
@Leixb Leixb mentioned this pull request Jun 6, 2026
4 tasks
@phanirithvij phanirithvij added backport release-26.05 Backport PR automatically and removed backport release-26.05 Backport PR automatically labels Jun 12, 2026
@nixpkgs-ci

nixpkgs-ci Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Successfully created backport PR for release-26.05:

@github-actions github-actions Bot added the 8.has: port to stable This PR already has a backport to the stable release. label Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: fetch Fetchers (e.g. fetchgit, fetchsvn, ...) 8.has: port to stable This PR already has a backport to the stable release. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 12.approvals: 3+ This PR was reviewed and approved by three or more persons. backport release-26.05 Backport PR automatically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants