Check flake instead of dry building
Some checks failed
Check flake / build-amd64-linux (push) Failing after 13s

This commit is contained in:
Jordan Holt 2024-05-07 09:03:39 +01:00
parent 2dfb394d31
commit 19b1b463f7
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -1,4 +1,4 @@
name: Dry build name: Check flake
on: on:
push: push:
branches: ['master'] branches: ['master']
@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
ref: master ref: master
- name: Dry build flake - name: Check flake
run: | run: |
echo "Dry building ${{ gitea.ref }}" echo "Checking flake at ${{ gitea.ref }}"
nixos-rebuild dry-build --flake . nix flake check