ci, readme: update stable nixpkgs to 23.11

This commit is contained in:
Weijia Wang 2024-04-18 18:29:24 +02:00
parent 36524adc31
commit 1098e60e92
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ on:
push:
env:
CURRENT_STABLE_CHANNEL: nixpkgs-23.05-darwin
CURRENT_STABLE_CHANNEL: nixpkgs-23.11-darwin
jobs:
test-stable:

View file

@ -21,7 +21,7 @@ jobs:
- name: Build manual
run: |
nix-build ./release.nix -I nixpkgs=channel:nixpkgs-23.05-darwin -I darwin=. -A manualHTML
nix-build ./release.nix -I nixpkgs=channel:nixpkgs-23.11-darwin -I darwin=. -A manualHTML
- name: Push update to manual
run: |