mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-12 04:40:42 -05:00
19 lines
350 B
YAML
19 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
|