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

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

View file

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