stockholm/.gitlab-ci.yml

6 lines
169 B
YAML

nix-shell test:
script:
- env
- nix-shell --pure --command 'true' -p stdenv && echo success
- nix-shell --pure --command 'false' -p stdenv || echo success