update to nixos-19.09

This commit is contained in:
zimbatm 2019-11-21 13:14:01 +00:00
parent b9d1e3ad19
commit 1fa23404ff
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
3 changed files with 21 additions and 20 deletions

View file

@ -10,16 +10,16 @@ nixos-unstable:
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
nixos-19.03:
stage: build
script: nix-shell --run ./.gitlab-ci.sh
variables:
NIX_PATH: nixpkgs=channel:nixos-19.03
IMAGE_TAG: nixos-19.03
nixos-19.09:
stage: build
script: nix-shell --run ./.gitlab-ci.sh
variables:
NIX_PATH: nixpkgs=channel:nixos-19.09
IMAGE_TAG: nixos-19.09