1
1
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-07-07 09:16:24 +03:00

readme: update stable Nixpkgs to 24.05

This commit is contained in:
Emily 2024-06-13 13:50:16 +01:00
parent be18b76f8d
commit cbde36ce62

View File

@ -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";
};