Compare commits

..

No commits in common. "4ef0877427e3529c20a5ee30da4731c9b9b76f4a" and "ee96ad47bd5f3a647b3ab131d72629766316e106" have entirely different histories.

3 changed files with 0 additions and 11 deletions

View file

@ -1,11 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
appimage-run
openal
];
shellHook = ''
export LD_LIBRARY_PATH="${pkgs.openal}/lib:$LD_LIBRARY_PATH"
appimage-run Beyond-All-Reason-1.2988.0.AppImage
'';
}