From 1887330cacd8cf386df23916b9d4d4126f4339f2 Mon Sep 17 00:00:00 2001 From: xenia Date: Thu, 30 May 2024 17:45:25 -0400 Subject: [PATCH] outer-wilds: update readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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