Skip to content

bash: fix cpe eval#459616

Merged
ConnorBaker merged 1 commit intoNixOS:masterfrom
RossComputerGuy:fix/bash-cpe
Nov 8, 2025
Merged

bash: fix cpe eval#459616
ConnorBaker merged 1 commit intoNixOS:masterfrom
RossComputerGuy:fix/bash-cpe

Conversation

@RossComputerGuy
Copy link
Member

Things done

Fixes this error:

nix-repl> legacyPackages.aarch64-linux.bash.meta.identifiers
error:
       … while evaluating the attribute 'aarch64-linux.bash.meta.identifiers'
         at /nix/store/ckxdfcfyawnhwpqzgf7z8s53a4fsmina-source/pkgs/stdenv/generic/check-meta.nix:673:7:
          672|
          673|       identifiers =
             |       ^
          674|         let

       … in the left operand of the update (//) operator
         at /nix/store/ckxdfcfyawnhwpqzgf7z8s53a4fsmina-source/pkgs/stdenv/generic/check-meta.nix:719:9:
          718|         v1
          719|         // {
             |         ^
          720|           inherit v1;

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: 'builtins.elemAt' called with index 2 on a list of size 1
  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. 9.needs: reviewer This PR currently has no reviewers requested and needs attention. labels Nov 8, 2025
@ConnorBaker ConnorBaker added this pull request to the merge queue Nov 8, 2025
Merged via the queue into NixOS:master with commit b3943f4 Nov 8, 2025
28 checks passed
@RossComputerGuy RossComputerGuy deleted the fix/bash-cpe branch November 8, 2025 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

9.needs: reviewer This PR currently has no reviewers requested and needs attention. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants