nix-system/.forgejo/workflows/demo.yaml
ant 4f822f8be3
Some checks failed
/ test (push) Failing after 0s
add ci
2025-06-25 17:31:26 +02:00

10 lines
194 B
YAML

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