mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-16 13:28:16 +00:00
docs: update flake input for example
This commit is contained in:
parent
4182ad42d5
commit
7d0d40ed26
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ A minimal example of using an existing configuration.nix:
|
||||||
description = "John's darwin system";
|
description = "John's darwin system";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-20.09-darwin";
|
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.05-darwin";
|
||||||
darwin.url = "github:lnl7/nix-darwin/master";
|
darwin.url = "github:lnl7/nix-darwin/master";
|
||||||
darwin.inputs.nixpkgs.follows = "nixpkgs";
|
darwin.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
@ -176,7 +176,7 @@ $
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Reference documentation of all the options is available [here](https://lnl7.github.io/nix-darwin/manual/index.html#sec-options).--
|
Reference documentation of all the options is available [here](https://lnl7.github.io/nix-darwin/manual/index.html#sec-options).
|
||||||
This can also be accessed locally using `man 5 configuration.nix`.
|
This can also be accessed locally using `man 5 configuration.nix`.
|
||||||
|
|
||||||
`darwin-help` will open a HTML version of the manpage in the default browser.
|
`darwin-help` will open a HTML version of the manpage in the default browser.
|
||||||
|
|
Loading…
Add table
Reference in a new issue