Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nixpkgs update #918

Merged
merged 5 commits into from Jun 27, 2023
Merged

Nixpkgs update #918

merged 5 commits into from Jun 27, 2023

Conversation

endgame
Copy link
Collaborator

@endgame endgame commented Jun 27, 2023

Update nixpkgs, update botocore, configure new services. Regenerations are in #917

They are incredibly slow in this instance, and we know that `ormolu`
has been run.
`pkgs.ormolu` generates ugly pyramids of the following form:

    instance
      Prelude.NFData
        DescribeContributorInsightsResponse
      where
      rnf DescribeContributorInsightsResponse' {..} =
        Prelude.rnf contributorInsightsRuleList `Prelude.seq`
          Prelude.rnf contributorInsightsStatus `Prelude.seq`
            Prelude.rnf failureException `Prelude.seq`
              Prelude.rnf indexName `Prelude.seq`
                Prelude.rnf lastUpdateDateTime `Prelude.seq`
                  Prelude.rnf tableName `Prelude.seq`
                    Prelude.rnf httpStatus
@brendanhay
Copy link
Owner

LGTM

@endgame
Copy link
Collaborator Author

endgame commented Jun 27, 2023

Annoyingly, the regeneration of amazonka-fsx (and maybe others?) falls afoul of #888 . I am testing a build of everything locally with only the nixpkgs bump and it it works, I'll force-push it.

Flake lock file updates:

• Updated input 'botocore':
    'github:boto/botocore/bd42779e9bfdf885a49c6227b034a47386f1f534' (2023-03-23)
  → 'github:boto/botocore/f14ab129706a99198d42eed78d75350ea61c48e9' (2023-01-06)
• Updated input 'flake-utils':
    'github:numtide/flake-utils/93a2b84fc4b70d9e089d029deacc3583435c2ed6' (2023-03-15)
  → 'github:numtide/flake-utils/dbabf0ca0c0c4bce6ea5eaf65af5cb694d2082c7' (2023-06-25)
• Added input 'flake-utils/systems':
    'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e' (2023-04-09)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/c9ece0059f42e0ab53ac870104ca4049df41b133' (2023-03-21)
  → 'github:nixos/nixpkgs/9e4e0807d2142d17f463b26a8b796b3fe20a3011' (2023-06-26)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/32b1dbedfd77892a6e375737ef04d8efba634e9e' (2023-03-16)
  → 'github:cachix/pre-commit-hooks.nix/1fa438eee82f35bdd4bc30a9aacd7648d757b388' (2023-06-26)
• Updated input 'pre-commit-hooks/nixpkgs-stable':
    'github:NixOS/nixpkgs/9b8e5abb18324c7fe9f07cb100c3cd4a29cda8b8' (2023-03-15)
  → 'github:NixOS/nixpkgs/c37ca420157f4abc31e26f436c1145f8951ff373' (2023-06-03)
@endgame
Copy link
Collaborator Author

endgame commented Jun 27, 2023

Even sticking with the same botocore, gen makes dodgy service bindings for amazonka-kendra: the type prefixes mysteriously disappear for some lenses. I suspect more Ptr shenanigans; in the interests of keeping things moving (things are similarly broken on current main), I will merge this, not merge any regenerations, and defer fixing this until we can fix the Ptr problems properly.

@endgame endgame merged commit 3661d85 into brendanhay:main Jun 27, 2023
@endgame endgame deleted the nixpkgs-update branch June 27, 2023 05:48
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.

None yet

2 participants