Skip to content

chore(nix): Update dependencies. #901

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

Merged
merged 1 commit into from
Mar 7, 2023
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 7, 2023

Automated changes by the update-flake-lock GitHub Action.

Flake lock file updates:

• Updated input 'hacknix':
    'github:hackworthltd/hacknix/3bff278f547663fd7c172f70b47ebad9b7440456' (2023-03-03)
  → 'github:hackworthltd/hacknix/15059d330237066bc643f87f563f3b0e190ab53b' (2023-03-05)
• Updated input 'haskell-nix':
    'github:input-output-hk/haskell.nix/cc18c47c8dd9cace9db09e4a38248406318a703a' (2023-03-04)
  → 'github:input-output-hk/haskell.nix/5240aebeac56bb9c6f1313814c761f9b0abd6fe5' (2023-03-07)
• Updated input 'haskell-nix/hackage':
    'github:input-output-hk/hackage.nix/21c22cd6ca3c8b5dd8e212bfba69dc5760c124bc' (2023-03-04)
  → 'github:input-output-hk/hackage.nix/2515e96b2e742bd96f0f825b52f42583cce2e4bc' (2023-03-07)
• Updated input 'haskell-nix/stackage':
    'github:input-output-hk/stackage.nix/cb50e6fabdfb2d7e655059039012ad0623f06a27' (2023-03-04)
  → 'github:input-output-hk/stackage.nix/6483af2998ab7cf742d678d5659bf586346e4316' (2023-03-07)

Running GitHub Actions on this PR

GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.

To run GitHub Actions workflows on this PR, run:

git branch -D update_flake_lock_action
git fetch origin
git checkout update_flake_lock_action
git commit --amend --no-edit
git push origin update_flake_lock_action --force

Flake lock file updates:

• Updated input 'hacknix':
    'github:hackworthltd/hacknix/3bff278f547663fd7c172f70b47ebad9b7440456' (2023-03-03)
  → 'github:hackworthltd/hacknix/15059d330237066bc643f87f563f3b0e190ab53b' (2023-03-05)
• Updated input 'haskell-nix':
    'github:input-output-hk/haskell.nix/cc18c47c8dd9cace9db09e4a38248406318a703a' (2023-03-04)
  → 'github:input-output-hk/haskell.nix/5240aebeac56bb9c6f1313814c761f9b0abd6fe5' (2023-03-07)
• Updated input 'haskell-nix/hackage':
    'github:input-output-hk/hackage.nix/21c22cd6ca3c8b5dd8e212bfba69dc5760c124bc' (2023-03-04)
  → 'github:input-output-hk/hackage.nix/2515e96b2e742bd96f0f825b52f42583cce2e4bc' (2023-03-07)
• Updated input 'haskell-nix/stackage':
    'github:input-output-hk/stackage.nix/cb50e6fabdfb2d7e655059039012ad0623f06a27' (2023-03-04)
  → 'github:input-output-hk/stackage.nix/6483af2998ab7cf742d678d5659bf586346e4316' (2023-03-07)
@github-actions github-actions bot added automated dependencies Pull requests that update a dependency file labels Mar 7, 2023
@dhess dhess enabled auto-merge March 7, 2023 11:31
@dhess
Copy link
Member

dhess commented Mar 7, 2023

This includes input-output-hk/haskell.nix#1868, which, as I understand it, will fix the issue we've been having with the postgresql library dependency in x86_64-linux shells.

@dhess dhess added this pull request to the merge queue Mar 7, 2023
Merged via the queue into main with commit 529706a Mar 7, 2023
@dhess dhess deleted the chore/update-nix-dependencies branch March 7, 2023 16:20
@brprice
Copy link
Contributor

brprice commented Mar 7, 2023

This includes input-output-hk/haskell.nix#1868, which, as I understand it, will fix the issue we've been having with the postgresql library dependency in x86_64-linux shells.

Confirmed it fixes it for me. cabal run exe:primer-service -- --help works on e53fa81 (this pr) and fails with linker errors on 692bf70 (main before this pr).

I guess we should close #887 unless anyone is still having issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants