diff options
| author | Jan Schmitt <git@smittie.de> | 2022-11-17 23:27:32 +0100 |
|---|---|---|
| committer | Jan Schmitt <git@smittie.de> | 2022-11-18 08:39:52 +0100 |
| commit | 7d0d40ed26bf60173a09b14c6f1e5fd33bd4cbe9 (patch) | |
| tree | cb8d3a86f8c0e7ed7cbb9756c61f3c143c09a905 /README.md | |
| parent | 4182ad42d5fb5001adb1f61bec3a04fae0eecb95 (diff) | |
docs: update flake input for example
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -82,7 +82,7 @@ A minimal example of using an existing configuration.nix: description = "John's darwin system"; 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.inputs.nixpkgs.follows = "nixpkgs"; }; @@ -176,7 +176,7 @@ $ ## 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`. `darwin-help` will open a HTML version of the manpage in the default browser. |
