remove 19.03 and 19.09 channels

Those are not receiving any more updates. Fix Nix invocations.
This commit is contained in:
zimbatm 2020-07-07 12:21:47 +02:00
parent 061bb32ed2
commit a720d8ee4f
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
6 changed files with 35 additions and 51 deletions

View file

@ -1,29 +1,17 @@
image: nixos/nix:latest
image: nixpkgs/nix:nixos-20.03
stages:
- build
nixos-unstable:
stage: build
script: nix-shell --run ./.gitlab-ci.sh
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-shell --run ./.gitlab-ci.sh
script: NIX_PATH=channel:$NIXPKGS_CHANNEL nix-shell --run ./.gitlab-ci.sh
variables:
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