Use stable nix (#472)
Nix 2.8 was released so we don't need nixUnstable anymore.
This commit is contained in:
parent
d9ed3dbf06
commit
0f82c57043
|
@ -31,10 +31,6 @@ jobs:
|
|||
with:
|
||||
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
|
||||
|
||||
- name: Installing Nix unstable
|
||||
run: |
|
||||
nix-env -f '<nixpkgs>' -iA nixVersions.unstable # for https://github.com/NixOS/nix/pull/6242
|
||||
|
||||
- name: Import ${{ matrix.channel }} channel
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue