Multiple envs

This commit is contained in:
Mats Rauhala 2019-03-21 22:14:07 +02:00
parent 4b887f7e41
commit 164582b9e8
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ matrix:
include:
- env:
- NIXPKGS=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.09.tar.gz
- env:
- NIXPKGS=https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.03.tar.gz
script:
# - nix run nixpkgs.haskellPackages.hlint -c hlint src
- nix build -I nixpkgs=$NIXPKGS ./release.nix -A xmonad-masser
- nix build -I nixpkgs=$NIXPKGS -f ./release.nix xmonad-masser