infra/.gitlab-ci.yml

10 lines
180 B
YAML
Raw Normal View History

2024-03-09 23:20:46 +01:00
check:
image: nixos/nix
variables:
NIX_CONFIG: |
accept-flake-config = true
extra-experimental-features = flakes nix-command
script:
- nix flake check