mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-04-18 02:18:13 +00:00
docs: update flake snippet to 22.11
This commit is contained in:
parent
8c9337e286
commit
a379f9afe7
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue