ci: use 20.09 branch in CI
This commit is contained in:
parent
63f299b334
commit
b183e7f77e
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v11
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
nix_path: nixpkgs=channel:nixos-20.09
|
||||
- uses: cachix/cachix-action@v6
|
||||
with:
|
||||
name: nix-community
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
image: nixos/nix:latest
|
||||
|
||||
variables:
|
||||
# Pinned 2020-09-11.
|
||||
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/6d4b93323e7f78121f8d6db6c59f3889aa1dd931.tar.gz"
|
||||
NIX_PATH: "nixpkgs=channel:nixos-20.09"
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
|
Loading…
Reference in a new issue