diff --git a/README.md b/README.md index 63b46a0..95a8c53 100644 --- a/README.md +++ b/README.md @@ -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 '' --raw pipewire)/lib/alsa-lib +``` ## lib documentation