7 lines
141 B
YAML
7 lines
141 B
YAML
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
image: nixpkgs/nix:latest
|
|
script: nix build . --extra-experimental-features "nix-command flakes" |