Skip to content

Commit

Permalink
readme: update stable Nixpkgs to 24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy committed Jun 13, 2024
1 parent be18b76 commit cbde36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down

0 comments on commit cbde36c

Please sign in to comment.