Actualiser .gitea/workflows/nix.yaml
Some checks failed
Check config / build (push) Failing after 6s
Some checks failed
Check config / build (push) Failing after 6s
This commit is contained in:
parent
6a6dd51115
commit
07153f53ae
@ -10,4 +10,11 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: nix-builder
|
image: nix-builder
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Check flake
|
||||||
|
run : nix flake check
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user