Minor doc cleanup
This commit is contained in:
@@ -9,7 +9,7 @@ Nix flake packaging EverQuest-related tools for Linux. Packages wrap prebuilt Wi
|
|||||||
| `eqlegends` | EverQuest Legends standalone LaunchPad installer via Wine |
|
| `eqlegends` | EverQuest Legends standalone LaunchPad installer via Wine |
|
||||||
| `eqlogparser` | [EQLogParser](https://github.com/kauffman12/EQLogParser) via Wine (matches Bottles/Flatpak setup) |
|
| `eqlogparser` | [EQLogParser](https://github.com/kauffman12/EQLogParser) via Wine (matches Bottles/Flatpak setup) |
|
||||||
|
|
||||||
More apps will be added over time.
|
More apps will probably be added over time.
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
@@ -28,31 +28,5 @@ nix profile install .#eqlogparser
|
|||||||
eqlogparser
|
eqlogparser
|
||||||
```
|
```
|
||||||
|
|
||||||
See [docs/eqlegends.md](docs/eqlegends.md) for EverQuest Legends setup and troubleshooting.
|
- See [docs/eqlegends.md](docs/eqlegends.md) for EverQuest Legends setup and troubleshooting.
|
||||||
See [docs/eqlogparser.md](docs/eqlogparser.md) for first-run setup, logs, and troubleshooting ([Wine notes](docs/eqlogparser-wine.md)).
|
- See [docs/eqlogparser.md](docs/eqlogparser.md) for first-run setup, logs, and troubleshooting ([Wine notes](docs/eqlogparser-wine.md)).
|
||||||
|
|
||||||
## Custom nixpkgs
|
|
||||||
|
|
||||||
The flake pins `github:NixOS/nixpkgs/nixos-unstable`. To use a local checkout, override the input:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
nix run .#eqlegends --override-input nixpkgs path:/path/to/nixpkgs
|
|
||||||
nix run .#eqlogparser --override-input nixpkgs path:/path/to/nixpkgs
|
|
||||||
```
|
|
||||||
|
|
||||||
Or edit `flake.nix` / `flake.lock` to point `nixpkgs` at your fork.
|
|
||||||
|
|
||||||
## Layout
|
|
||||||
|
|
||||||
```
|
|
||||||
flake.nix
|
|
||||||
packages/
|
|
||||||
eqlegends/
|
|
||||||
package.nix
|
|
||||||
eqlogparser/
|
|
||||||
package.nix
|
|
||||||
docs/
|
|
||||||
eqlegends.md
|
|
||||||
eqlogparser.md
|
|
||||||
eqlogparser-wine.md
|
|
||||||
```
|
|
||||||
|
|||||||
Reference in New Issue
Block a user