1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-12-26 03:39:47 +01:00

ci: run tests against Nixpkgs 21.11

This commit is contained in:
Robert Helgesson 2022-03-13 13:11:59 +01:00
parent 2860d7e3bb
commit 2e527cf33c
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: cachix/install-nix-action@v16 - uses: cachix/install-nix-action@v16
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-21.11
- uses: cachix/cachix-action@v10 - uses: cachix/cachix-action@v10
with: with:
name: nix-community name: nix-community