10 lines
151 B
YAML
10 lines
151 B
YAML
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
tags:
|
|
- nix
|
|
script:
|
|
# Test the nix-shell
|
|
- just run-with-channels 'nix-shell --run "echo OK"'
|