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:
parent
63f299b334
commit
b183e7f77e
2 changed files with 2 additions and 3 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue