rcv-site/.gitlab-ci.yml
2023-08-02 00:24:09 -07:00

15 lines
219 B
YAML

image: nixos/nix
stages:
- build
build:
stage: build
script:
- nix build --experimental-features 'nix-command flakes'
- rm -r result
cache:
paths:
- /nix/store
artifacts:
untracked: true