nix-runner-container/.forgejo/workflows/nix.yaml
Harald Hoyer 8f8e0cafb7
Some checks failed
/ build (push) Failing after 1m5s
feat: Add nix workflow file
- Created a new workflow, nix.yaml, in the .forgejo folder
- This workflow runs Nix build on each push event
2024-06-27 13:59:12 +02:00

7 lines
88 B
YAML

on: [push]
jobs:
build:
runs-on: nix
steps:
- run: nix build -L .runner