srid / haskell-template

Haskell project template using Nix + Flakes + VSCode (HLS)
https://srid.ca/haskell-template
MIT License
227 stars 32 forks source link

Update flake.lock #126

Closed srid closed 7 months ago

srid commented 7 months ago

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

Flake lock file updates:

• Updated input 'haskell-flake':
    'github:srid/haskell-flake/593346d1c1388f726823dc9b1cd271df8a7218aa' (2024-02-24)
  → 'github:srid/haskell-flake/3a8c1b58cff60886260156a20a3b3ad725bbf885' (2024-02-29)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/9a9dae8f6319600fa9aebde37f340975cab4b8c0' (2024-02-24)
  → 'github:nixos/nixpkgs/ebe6e807793e7c9cc59cf81225fdee1a03413811' (2024-02-29)

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