fix env markup
This commit is contained in:
parent
1f4fe01c65
commit
5f885e2333
1 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,9 @@ env:
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- env: NIX_PATH: nixpkgs=channel:nixpkgs-unstable
|
||||
- env: NIX_PATH: nixpkgs=channel:nixos-unstable
|
||||
- env: NIX_PATH: nixpkgs=channel:nixos-20.03
|
||||
- env: NIX_PATH=nixpkgs=channel:nixpkgs-unstable
|
||||
- env: NIX_PATH=nixpkgs=channel:nixos-unstable
|
||||
- env: NIX_PATH=nixpkgs=channel:nixos-20.03
|
||||
|
||||
script:
|
||||
- nix-build ci.nix -A buildOutputs
|
||||
|
|
Loading…
Reference in a new issue