mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-16 05:18:17 +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:
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:
|
push:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CURRENT_STABLE_CHANNEL: nixpkgs-22.11-darwin
|
CURRENT_STABLE_CHANNEL: nixpkgs-23.05-darwin
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-stable:
|
test-stable:
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue