1
1
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-10-26 22:08:03 +03:00

docs: update flake snippet to 22.11

This commit is contained in:
Jan Schmitt 2023-04-28 13:26:04 +02:00
parent 8c9337e286
commit a379f9afe7
No known key found for this signature in database
GPG Key ID: F03E7A35B52BA595

View File

@ -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.05-darwin";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.11-darwin";
darwin.url = "github:lnl7/nix-darwin/master";
darwin.inputs.nixpkgs.follows = "nixpkgs";
};