From cbde36ce624cfc7009b6f8a5970bf7a57580ef07 Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 13 Jun 2024 13:50:16 +0100 Subject: [PATCH] readme: update stable Nixpkgs to 24.05 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1f06094..8ba58f18 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.11-darwin"; + nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-24.05-darwin"; nix-darwin.url = "github:LnL7/nix-darwin"; nix-darwin.inputs.nixpkgs.follows = "nixpkgs"; };