chore: CI: squelch harmless Nix error message

Fixes #802
This commit is contained in:
Sebastian Ullrich 2021-11-18 09:59:53 +01:00
parent fee052ceb9
commit e629fb70d5

View file

@ -69,6 +69,8 @@ jobs:
CCACHE_COMPRESS: true
# current cache limit
CCACHE_MAXSIZE: 200M
# squelch error message about missing nixpkgs channel
NIX_BUILD_SHELL: bash
steps:
- name: Checkout
uses: actions/checkout@v2