Fix relative link to file in repo

fixes b47b4d63b
This commit is contained in:
James Groom 2023-11-19 23:46:17 +10:00 committed by GitHub
parent b47b4d63b1
commit a67b0cf727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ EmuHawk depends on certain libraries for graphics, and these don't work on macOS
(Curious what this Nix thing is about? [Start here](https://zero-to-nix.com).)
Dev builds and a few recent releases can be built with Nix, either by cloning the repo, or by `fetchzip`'ing a commit and importing the expression from it. (The repo isn't a Flake yet, but you should be able to IFD.)
See the [dedicated Nix usage readme](nix_expr_usage_docs.md) for what attributes are exposed.
See the [dedicated Nix usage readme](Dist/nix_expr_usage_docs.md) for what attributes are exposed.
If you use a non-NixOS distro with Nix installed, you just need to add one argument and your host graphics drivers will be picked up thanks to nixGL.
[to top](#bizhawk)