Ajouter .gitea/workflows/nix.yaml
This commit is contained in:
parent
9933c4fd81
commit
b51311be76
12
.gitea/workflows/nix.yaml
Normal file
12
.gitea/workflows/nix.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
name: Check config
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
|
container:
|
||||||
|
image: nix-builder
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user