forked from lix-project/nix-eval-jobs
drop nixPath from matrix
This commit is contained in:
parent
20751faaff
commit
f4026e6bf3
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -10,9 +10,6 @@ jobs:
|
||||||
tests:
|
tests:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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 ]
|
os: [ ubuntu-latest, macos-latest ]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue