smc-fonts-flake/.gitlab-ci.yml

7 lines
141 B
YAML
Raw Normal View History

2024-10-25 12:56:09 +00:00
stages:
- build
build:
stage: build
2024-10-25 13:00:05 +00:00
image: nixpkgs/nix:latest
2024-10-25 12:56:09 +00:00
script: nix build . --extra-experimental-features "nix-command flakes"