LGFae / swww

A Solution to your Wayland Wallpaper Woes
GNU General Public License v3.0
2.38k stars 70 forks source link

flake.lock: Update #309

Closed github-actions[bot] closed 6 months ago

github-actions[bot] commented 6 months ago

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

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/062ca2a9370a27a35c524dc82d540e6e9824b652' (2024-05-11)
  → 'github:nixos/nixpkgs/2057814051972fa1453ddfb0d98badbea9b83c06' (2024-05-12)

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
JohnRTitor commented 6 months ago

@LGFae Thanks for the merge. As a GitHub action was also configured, this PR was opened.

flake.lock is a just a record of Nix dependencies which contains hashes and rev ids.

You can merge these changes without any problems.

Currently this is configured to run every Sunday at 12 AM or if anyone modifies flake.nix. If you want to modify this behaviour (like changing the cron job to monthly), you can edit this.