nix-system/.forgejo/workflows/demo.yaml
ant d19f20b5d0
Some checks failed
/ test (push) Failing after 30s
add ci
2025-06-25 17:43:45 +02:00

11 lines
228 B
YAML

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