outer-wilds: update readme

This commit is contained in:
xenia 2024-05-30 17:45:25 -04:00
parent 176fa72273
commit 1887330cac
1 changed files with 7 additions and 2 deletions

View File

@ -137,8 +137,13 @@ feedvalidator --base "https://my-base-url/atom.xml" path/to/atom.xml
### [`outer-wilds-text-adventure`](./pkgs/games/outer-wilds-text-adventure)
nix packaging for the Outer Wilds text adventure game. It's broken atm because of a nix issue with
JavaSound. i'm not sure how to fix it
nix packaging for the Outer Wilds text adventure game. it should work by default on NixOS. if using
the nix package manager on a non-NixOS computer, you also need the following when using pipewire or
another ALSA plugin that lives in a separate package
```bash
export ALSA_PLUGIN_DIR=$(nix eval -f '<nixpkgs>' --raw pipewire)/lib/alsa-lib
```
## lib documentation