1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-16 13:28:16 +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: push:
env: env:
CURRENT_STABLE_CHANNEL: nixpkgs-22.11-darwin CURRENT_STABLE_CHANNEL: nixpkgs-23.05-darwin
jobs: jobs:
test-stable: test-stable:

View file

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