1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-12-02 16:09:46 +01: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: actions/checkout@v2
- uses: cachix/install-nix-action@v11 - uses: cachix/install-nix-action@v11
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-20.09
- uses: cachix/cachix-action@v6 - uses: cachix/cachix-action@v6
with: with:
name: nix-community name: nix-community

View file

@ -1,8 +1,7 @@
image: nixos/nix:latest image: nixos/nix:latest
variables: variables:
# Pinned 2020-09-11. NIX_PATH: "nixpkgs=channel:nixos-20.09"
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/6d4b93323e7f78121f8d6db6c59f3889aa1dd931.tar.gz"
stages: stages:
- test - test