Check flake instead of dry building
Some checks failed
Check flake / build-amd64-linux (push) Failing after 13s
Some checks failed
Check flake / build-amd64-linux (push) Failing after 13s
This commit is contained in:
parent
2dfb394d31
commit
19b1b463f7
@ -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
|
Loading…
x
Reference in New Issue
Block a user