{ci,readme}: update stable nixpkgs to 23.05
22.11 is deprecated and can no longer generate the manual.
This commit is contained in:
parent
69648c6cbb
commit
42d1643e7a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
|
||||
env:
|
||||
CURRENT_STABLE_CHANNEL: nixpkgs-22.11-darwin
|
||||
CURRENT_STABLE_CHANNEL: nixpkgs-23.05-darwin
|
||||
|
||||
jobs:
|
||||
test-stable:
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue