nix-da/.forgejo/workflows/ci.yaml
Nydragon 4de4ba33d6
Some checks failed
/ test (push) Failing after 2s
ci: check flake on push
2025-01-30 19:31:28 +01:00

8 lines
176 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