1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

ci: use 20.09 branch in CI

This commit is contained in:
Robert Helgesson 2020-12-26 11:21:25 +01:00
parent 63f299b334
commit b183e7f77e
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
2 changed files with 2 additions and 3 deletions

View File

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

View File

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