check it builds before commiting the modified flake

This commit is contained in:
lIlIlIlIIIIlIIIllIIlIllIIllIII 2022-06-06 11:46:37 +02:00
parent 9db9db5421
commit 3db9206276
No known key found for this signature in database
GPG Key ID: 0D4F3CEF398F7CC0

View File

@ -16,6 +16,9 @@ jobs:
- name: update flake.lock
run: |
nix flake update
- name: check it builds
run: |
nix build
- name: commit changes
uses: EndBug/add-and-commit@v9
with: