nix ci: initial commit

This commit is contained in:
Philippe Loctaux 2023-11-24 18:39:41 +01:00
parent 311fbb2170
commit fe4156620c

9
.gitea/workflows/nix.yml Normal file
View file

@ -0,0 +1,9 @@
name: nix
on: [push]
jobs:
nix:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix build