installer: move channel setup out of activation

Fixes #234
This commit is contained in:
Daiderd Jordan 2020-12-21 12:57:21 +01:00 committed by Daiderd Jordan
parent 6dd655466d
commit f8a04c7f6d
No known key found for this signature in database
GPG key ID: 373D8D8DF3FDA129
4 changed files with 15 additions and 15 deletions

View file

@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v9
- run: |
nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
nix-channel --update
echo "FIXME workaround channel permission error"
- run: |
nix-shell -A installer
nix-shell -A installer.check