nix-system/.forgejo/workflows/demo.yaml
ant f13fff4188
Some checks failed
/ test (push) Failing after 5s
add ci
2025-06-25 18:50:24 +02:00

9 lines
234 B
YAML

on: [push]
jobs:
test:
runs-on: native
steps:
- run: |
git clone -q $GITHUB_SERVER_URL/$GITHUB_REPOSITORY repo
git -C repo checkout $GITHUB_REF
- run: nix build ./repo#nixosConfigurations.hs