mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
add the nixos-20.03 channel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user