mirror of
https://github.com/nix-community/home-manager
synced 2024-11-06 03:09:45 +01:00
ci: use the right Nixpkgs channel for 22.05 tests
This commit is contained in:
parent
d148e1dd61
commit
87d55517f6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v18
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
nix_path: nixpkgs=channel:nixos-22.05
|
||||
- uses: cachix/cachix-action@v12
|
||||
with:
|
||||
name: nix-community
|
||||
|
|
Loading…
Reference in a new issue