1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

{ci,readme}: update stable nixpkgs to 23.05

22.11 is deprecated and can no longer generate the manual.
This commit is contained in:
Emily 2023-06-22 20:51:21 +01:00
parent 69648c6cbb
commit 42d1643e7a
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -80,7 +80,7 @@ A minimal example of using an existing configuration.nix:
description = "John's darwin system";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.11-darwin";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-23.05-darwin";
darwin.url = "github:lnl7/nix-darwin/master";
darwin.inputs.nixpkgs.follows = "nixpkgs";
};