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