add the nixos-20.03 channel

This commit is contained in:
zimbatm 2020-02-23 15:09:06 +01:00
parent ab443863a5
commit 3c956bc24c
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
4 changed files with 32 additions and 22 deletions

View file

@ -10,14 +10,20 @@ nixos-unstable:
NIXPKGS_CHANNEL: nixos-unstable
IMAGE_TAG: latest
nixos-19.03:
nixos-20.03:
stage: build
script: nix-shell --run ./.gitlab-ci.sh
variables:
NIXPKGS_CHANNEL: nixos-19.03
NIXPKGS_CHANNEL: nixos-20.03
nixos-19.09:
stage: build
script: nix-shell --run ./.gitlab-ci.sh
variables:
NIXPKGS_CHANNEL: nixos-19.09
nixos-19.03:
stage: build
script: nix-shell --run ./.gitlab-ci.sh
variables:
NIXPKGS_CHANNEL: nixos-19.03