Skip to content

✨ Add github workflow to update nix inputs #1

✨ Add github workflow to update nix inputs

✨ Add github workflow to update nix inputs #1

name: Nix
jobs:
update:
name: inputs
runs-on: ubuntu-latest
steps:
- name: Clone repository

Check failure on line 8 in .github/workflows/update-nix-inputs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-nix-inputs.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- name: Update inputs
run: nix/update-inputs.sh
- name: Commit
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "⬆️ Nix: update inputs"