- Created a new workflow, nix.yaml, in the .forgejo folder - This workflow runs Nix build on each push event
This commit is contained in:
parent
0e0aac1d3f
commit
8f8e0cafb7
1 changed files with 6 additions and 0 deletions
6
.forgejo/workflows/nix.yaml
Normal file
6
.forgejo/workflows/nix.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- run: nix build -L .runner
|
Loading…
Add table
Add a link
Reference in a new issue