nixos/.gitlab-ci.yml

11 lines
202 B
YAML

image: nixos/nix:latest
before_script:
- echo "extra-experimental-features = nix-command flakes" >> /etc/nix/nix.conf
- nix-daemon &
nix-flake-check:
stage: test
script:
- nix flake check