From 42d1643e7a79aa9a0c6bf50e5944fec4e5c492f2 Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 22 Jun 2023 20:51:21 +0100 Subject: [PATCH] {ci,readme}: update stable nixpkgs to 23.05 22.11 is deprecated and can no longer generate the manual. --- .github/workflows/test.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c351432f..c03bc931 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: push: env: - CURRENT_STABLE_CHANNEL: nixpkgs-22.11-darwin + CURRENT_STABLE_CHANNEL: nixpkgs-23.05-darwin jobs: test-stable: diff --git a/README.md b/README.md index e7865e37..bc39b2d0 100644 --- a/README.md +++ b/README.md @@ -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"; };