ci: add nixos-20.09
This commit is contained in:
parent
a720d8ee4f
commit
d454de5f07
3 changed files with 9 additions and 1 deletions
|
@ -15,3 +15,9 @@ nixos-20.03:
|
||||||
script: NIX_PATH=channel:$NIXPKGS_CHANNEL nix-shell --run ./.gitlab-ci.sh
|
script: NIX_PATH=channel:$NIXPKGS_CHANNEL nix-shell --run ./.gitlab-ci.sh
|
||||||
variables:
|
variables:
|
||||||
NIXPKGS_CHANNEL: nixos-20.03
|
NIXPKGS_CHANNEL: nixos-20.03
|
||||||
|
|
||||||
|
nixos-20.09:
|
||||||
|
stage: build
|
||||||
|
script: NIX_PATH=channel:$NIXPKGS_CHANNEL nix-shell --run ./.gitlab-ci.sh
|
||||||
|
variables:
|
||||||
|
NIXPKGS_CHANNEL: nixos-20.09
|
||||||
|
|
|
@ -8,6 +8,8 @@ matrix:
|
||||||
env: NIXPKGS_CHANNEL=nixos-unstable IMAGE_TAG=latest
|
env: NIXPKGS_CHANNEL=nixos-unstable IMAGE_TAG=latest
|
||||||
- name: nixos-20.03
|
- name: nixos-20.03
|
||||||
env: NIXPKGS_CHANNEL=nixos-20.03
|
env: NIXPKGS_CHANNEL=nixos-20.03
|
||||||
|
- name: nixos-20.09
|
||||||
|
env: NIXPKGS_CHANNEL=nixos-20.09
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- NIX_PATH=channel:$NIXPKGS_CHANNEL nix-shell --run ./.travis.sh
|
- NIX_PATH=channel:$NIXPKGS_CHANNEL nix-shell --run ./.travis.sh
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
let
|
let
|
||||||
nixpkgs = builtins.fetchTarball "channel:nixos-20.03";
|
nixpkgs = builtins.fetchTarball "channel:nixos-20.09";
|
||||||
pkgs = import nixpkgs { config = {}; overlays = []; };
|
pkgs = import nixpkgs { config = {}; overlays = []; };
|
||||||
in
|
in
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue