nix-da/.forgejo/workflows/ci.yaml
Nydragon a3bc83262d
Some checks failed
/ test (push) Failing after 1s
ci: check flake on push
2025-01-30 19:30:55 +01:00

8 lines
177 B
YAML

on: [push]
jobs:
test:
runs-on: nix
steps:
- run: echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
- run: nix flake check --verbose