use short names for channels now (#101)
This commit is contained in:
parent
7a73578d7c
commit
0fb5f699b9
6
.github/workflows/cron.yml
vendored
6
.github/workflows/cron.yml
vendored
|
@ -8,9 +8,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
channel:
|
||||
- nixos-unstable
|
||||
- nixos-20.03
|
||||
- nixos-19.09
|
||||
- unstable
|
||||
- 20.03
|
||||
- 19.09
|
||||
fail-fast: true
|
||||
steps:
|
||||
- name: Checking out the repository
|
||||
|
|
Loading…
Reference in a new issue