Skip to content

Update packages

Update packages #176

Workflow file for this run

name: Update
on:
schedule:
- cron: '0 0 * * *'
jobs:
cachix:
name: Update sources
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v20
with:
install_url: https://nixos.org/nix/install
extra_nix_config: |
auto-optimise-store = true
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
experimental-features = nix-command flakes
- run: nix run nixpkgs#npins update; pkgs/osu-lazer-bin/update.sh; pkgs/osu-stable/update.sh; pkgs/faf-client/update.sh; pkgs/wine/update-wine-ge.sh; pkgs/faf-client/update-src.sh
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "[gha] bump npins inputs"