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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
channel:
|
channel:
|
||||||
- nixos-unstable
|
- unstable
|
||||||
- nixos-20.03
|
- 20.03
|
||||||
- nixos-19.09
|
- 19.09
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
steps:
|
steps:
|
||||||
- name: Checking out the repository
|
- name: Checking out the repository
|
||||||
|
|
Loading…
Reference in a new issue