mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
18 lines
380 B
YAML
18 lines
380 B
YAML
image: nixpkgs/nix:nixos-20.03
|
|
|
|
stages:
|
|
- build
|
|
|
|
nixos-unstable:
|
|
stage: build
|
|
script: NIX_PATH=channel:$NIXPKGS_CHANNEL nix-shell --run ./.gitlab-ci.sh
|
|
variables:
|
|
NIXPKGS_CHANNEL: nixos-unstable
|
|
IMAGE_TAG: latest
|
|
|
|
nixos-20.03:
|
|
stage: build
|
|
script: NIX_PATH=channel:$NIXPKGS_CHANNEL nix-shell --run ./.gitlab-ci.sh
|
|
variables:
|
|
NIXPKGS_CHANNEL: nixos-20.03
|