add ci
Some checks failed
/ test (push) Failing after 5s

This commit is contained in:
ant 2025-06-25 16:58:48 +02:00
parent 5a0c6f02dd
commit f13fff4188

View file

@ -0,0 +1,9 @@
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