docs: mention new docs in README and CHANGELOG

This commit is contained in:
Tobias Happ 2022-10-26 11:30:00 +02:00
parent 31bb4913c0
commit 7b039faa83
2 changed files with 3 additions and 2 deletions

View file

@ -24,6 +24,8 @@
* For flake setups, the output `nixOnDroidConfigurations.default` will be used * For flake setups, the output `nixOnDroidConfigurations.default` will be used
when `nix-on-droid switch --flake path/to/flake` is called without attribute when `nix-on-droid switch --flake path/to/flake` is called without attribute
name name
* Add html and man pages with all available options, see <https://t184256.github.io/nix-on-droid/>
and `nix build github:t184256/nix-on-droid#manPages`
## Release 22.05 ## Release 22.05

View file

@ -72,8 +72,7 @@ An alternative location is `~/.config/nixpkgs/config.nix` with the key
} }
``` ```
Currently there is no complete list of all available options. Please have a See <https://t184256.github.io/nix-on-droid/> for list of all available options.
look inside the `./modules` directory for all modules.
### [`home-manager`](https://github.com/rycee/home-manager) integration ### [`home-manager`](https://github.com/rycee/home-manager) integration