update to nixos-19.09

This commit is contained in:
zimbatm
2019-11-21 13:14:01 +00:00
parent b9d1e3ad19
commit 1fa23404ff
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