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