diff options
| author | Emily <vcs@emily.moe> | 2023-06-22 20:51:21 +0100 |
|---|---|---|
| committer | Emily <vcs@emily.moe> | 2023-06-24 10:48:55 +0100 |
| commit | 42d1643e7a79aa9a0c6bf50e5944fec4e5c492f2 (patch) | |
| tree | fc718731c907fed178dd8788ad34459bc4f3d09d /.github | |
| parent | 69648c6cbbecf34c327d73e36b5aed32edfb9ed9 (diff) | |
{ci,readme}: update stable nixpkgs to 23.05
22.11 is deprecated and can no longer generate the manual.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c351432..c03bc93 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: push: env: - CURRENT_STABLE_CHANNEL: nixpkgs-22.11-darwin + CURRENT_STABLE_CHANNEL: nixpkgs-23.05-darwin jobs: test-stable: |
