nix ci: initial commit
This commit is contained in:
parent
311fbb2170
commit
fe4156620c
1 changed files with 9 additions and 0 deletions
9
.gitea/workflows/nix.yml
Normal file
9
.gitea/workflows/nix.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
name: nix
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
nix:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: nix build
|
||||
Loading…
Add table
Add a link
Reference in a new issue