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

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

View file

@ -0,0 +1,11 @@
on: [push]
jobs:
test:
runs-on: native
steps:
- uses: actions/checkout@v3
- run: echo All Good
- run: ls -l
- run: whoami
- run: echo $PATH
- run: nix build .#nixosConfigurations.hs