drop nixPath from matrix

This commit is contained in:
Jörg Thalheim 2021-10-09 12:46:50 +02:00
parent 20751faaff
commit f4026e6bf3

View file

@ -10,9 +10,6 @@ jobs:
tests:
strategy:
matrix:
nixPath:
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-21.05.tar.gz
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps: