summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-18 18:29:24 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-18 18:29:24 +0200
commit1098e60e92afc5e30611a3933ad783d99e198734 (patch)
tree8573e1fc2c395fdf8be5113c70ed9efcfce50841 /README.md
parent36524adc31566655f2f4d55ad6b875fb5c1a4083 (diff)
ci, readme: update stable nixpkgs to 23.11
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cc98aea..e1f0609 100644
--- a/README.md
+++ b/README.md
@@ -103,7 +103,7 @@ Add the following to `flake.nix` in the same folder as `configuration.nix`:
description = "John's darwin system";
inputs = {
- nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-23.05-darwin";
+ nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-23.11-darwin";
nix-darwin.url = "github:LnL7/nix-darwin";
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
};