chore(nix/flake): update lock (#577)

This commit is contained in:
Weathercold 2025-09-11 13:33:43 -04:00 committed by GitHub
parent 073035867d
commit e00ac26072
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 52 additions and 11 deletions

View file

@ -0,0 +1,31 @@
name: Update Nix assets Hash
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'apps/stage-tamagotchi/package.json'
- 'apps/stage-tamagotchi/vite.config.ts'
permissions:
contents: write
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
extra_nix_config: experimental-features = nix-command flakes
- name: Update Hash
run: nix/update-assets-hash.sh
- uses: stefanzweifel/git-auto-commit-action@v6
with:
commit_message: 'chore(nix): update assets hash'
commit_author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>