summaryrefslogtreecommitdiff
path: root/.github/workflows/debug.yml
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2020-12-21 12:57:21 +0100
committerDaiderd Jordan <djordan@openmotics.com>2020-12-21 14:23:25 +0100
commitf8a04c7f6dde4b54f5362cb6ba6687c140230dc6 (patch)
tree8af1cf79251a7bc6fe2a490d34de07c54cfad164 /.github/workflows/debug.yml
parent6dd655466d423702bad41982cb3a7763f77c8e7d (diff)
installer: move channel setup out of activation
Fixes #234
Diffstat (limited to '.github/workflows/debug.yml')
-rw-r--r--.github/workflows/debug.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml
index c047035..b5c82f2 100644
--- a/.github/workflows/debug.yml
+++ b/.github/workflows/debug.yml
@@ -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