docker-nixpkgs/.gitlab-ci.yml
zimbatm 6b517528ee
prepare for multi-CI
split things out so more can be shared between CIs
2019-02-06 11:57:24 +01:00

18 lines
350 B
YAML

image: nixos/nix:latest
stages:
- build
nixos-unstable:
stage: build
script: nix-shell --run ./.gitlab-ci.sh
variables:
NIX_PATH: nixpkgs=channel:nixos-unstable
IMAGE_TAG: latest
nixos-18.09:
stage: build
script: nix-shell --run ./.gitlab-ci.sh
variables:
NIX_PATH: nixpkgs=channel:nixos-18.09
IMAGE_TAG: nixos-18.09