use short names for channels now (#101)

This commit is contained in:
Rok Garbas 2020-06-15 10:26:19 +02:00 committed by GitHub
parent 7a73578d7c
commit 0fb5f699b9
Failed to generate hash of commit

View file

@ -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