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:
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue