Use stable nix (#472)

Nix 2.8 was released so we don't need nixUnstable anymore.
This commit is contained in:
Naïm Favier 2022-04-20 20:53:10 +02:00 committed by GitHub
parent d9ed3dbf06
commit 0f82c57043
Failed to generate hash of commit

View file

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