input-output-hk / devx

The Developer Experience Shell - This repo contains a nix develop shell for haskell. Its primary purpose is to help get a development shell for haskell quickly and across multiple operating systems (and architectures).
Apache License 2.0
37 stars 9 forks source link

Update flake.lock #94

Closed github-actions[bot] closed 3 weeks ago

github-actions[bot] commented 11 months ago

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

Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12)
  → 'github:numtide/flake-utils/1ef2e671c3b0c19053962c07dbda38332dcebf26' (2024-01-15)
• Updated input 'haskellNix':
    'github:input-output-hk/haskell.nix/4589f9d34ee36f3f622177fcd665c2e7084308d1' (2023-10-16)
  → 'github:input-output-hk/haskell.nix/1aa9e3ca816243a8f87c58e701732fd7a79e926c' (2024-02-24)
• Updated input 'haskellNix/ghc99':
    'git+https://gitlab.haskell.org/ghc/ghc?ref=refs/heads/master&rev=f383a242c76f90bcca8a4d7ee001dcb49c172a9a' (2023-10-11)
  → 'git+https://gitlab.haskell.org/ghc/ghc?ref=refs/heads/master&rev=f5eb0f2982e9cf27515e892c4bdf634bcfb28459' (2023-12-03)
• Updated input 'haskellNix/hackage':
    'github:input-output-hk/hackage.nix/c1d90e14c6ea1048275a97cd56546c3db116ad47' (2023-10-15)
  → 'github:input-output-hk/hackage.nix/501a4f008e0173698bcbb7ba929bbb842df56e09' (2024-02-24)
• Updated input 'haskellNix/hls-2.4':
    'github:haskell/haskell-language-server/362fdd1293efb4b82410b676ab1273479f6d17ee' (2023-10-10)
  → 'github:haskell/haskell-language-server/54507ef7e85fa8e9d0eb9a669832a3287ffccd57' (2023-11-13)
• Added input 'haskellNix/hls-2.5':
    'github:haskell/haskell-language-server/27f8c3d3892e38edaef5bea3870161815c4d014c' (2023-11-27)
• Added input 'haskellNix/hls-2.6':
    'github:haskell/haskell-language-server/6e0b342fa0327e628610f2711f8c3e4eaaa08b1e' (2024-01-15)
• Added input 'haskellNix/nix-tools-static':
    'github:input-output-hk/haskell-nix-example/580cb6db546a7777dad3b9c0fa487a366c045c4e' (2024-01-26)
• Updated input 'haskellNix/nixpkgs-2305':
    'github:NixOS/nixpkgs/715d72e967ec1dd5ecc71290ee072bcaf5181ed6' (2023-09-22)
  → 'github:NixOS/nixpkgs/d2332963662edffacfddfad59ff4f709dde80ffe' (2023-11-30)
• Added input 'haskellNix/nixpkgs-2311':
    'github:NixOS/nixpkgs/293822e55ec1872f715a66d0eda9e592dc14419f' (2023-11-30)
• Updated input 'haskellNix/nixpkgs-unstable':
    'github:NixOS/nixpkgs/e12483116b3b51a185a33a272bf351e357ba9a99' (2023-09-21)
  → 'github:NixOS/nixpkgs/47585496bcb13fb72e4a90daeea2f434e2501998' (2023-09-16)
• Updated input 'haskellNix/stackage':
    'github:input-output-hk/stackage.nix/b6a72b7b02a9aa017169c639774fda1573fd09c3' (2023-10-15)
  → 'github:input-output-hk/stackage.nix/6cd41c982e508c0ea3bb872ebccfdd7a65a58b2b' (2024-02-23)
• Updated input 'iohk-nix':
    'github:input-output-hk/iohk-nix/86421fdd89b3af43fa716ccd07638f96c6ecd1e4' (2023-05-16)
  → 'github:input-output-hk/iohk-nix/5ab7134bb21d7bd858dbe1c702761aa7e15eaf88' (2024-02-20)
• Updated input 'iohk-nix/blst':
    'github:supranational/blst/03b5124029979755c752eec45f3c29674b558446' (2022-06-25)
  → 'github:supranational/blst/3dd0f804b1819e5d03fb22ca2e6fac105932043a' (2023-08-09)

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
angerman commented 10 months ago

@yvan-sraka did this break more than is broken in master?

yvan-sraka commented 10 months ago

@yvan-sraka did this break more than is broken in master?

I believe it does not, but maybe we could first fix/disable broken tests in main?

angerman commented 10 months ago

looking at hydra:

angerman commented 3 months ago

wow, there is a lot of breakage here 😱