1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 09:58:32 +02:00

ci: use nixos-23.05 channel

This commit is contained in:
Robert Helgesson 2023-08-28 09:44:01 +02:00
parent 4770bb9267
commit 5bac4a1c06
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22 - uses: cachix/install-nix-action@v22
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-23.05
- uses: cachix/cachix-action@v12 - uses: cachix/cachix-action@v12
with: with:
name: nix-community name: nix-community